import { CommandModule, Options } from 'yargs'; interface IArguments { configPath: string; } export declare const command: CommandModule<{ [key: string]: Options; }, IArguments>; export {};