import type { CommandModule } from 'yargs'; interface PrepareCommandArgs { configPath?: string; concurrency?: number; } export declare const prepareCommand: CommandModule<{}, PrepareCommandArgs>; export {};