3 lines
94 B
TypeScript
3 lines
94 B
TypeScript
import * as CLI from 'yargs';
|
|
export declare const register: (cli: CLI.Argv) => CLI.Argv<{}>;
|