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