import type { Argv } from 'yargs'; declare function builder(yargs: Argv): void; export declare const commands: { command: string; aliases: string[]; description: string; builder: typeof builder; }[]; export {}; //# sourceMappingURL=index.d.ts.map