import type { ArgumentsCamelCase, CommandModule } from 'yargs'; export declare class ImportCommand implements CommandModule { command: string; describe: string; /** * @inheritDoc */ handler(args: ArgumentsCamelCase): Promise; }