/// import { CommandModule } from 'yargs'; declare const command: CommandModule; export declare function devHandler(argv: { cwd?: string; filter?: string[]; force?: boolean; stats?: boolean; port?: number; }): Promise; export default command; //# sourceMappingURL=dev.d.ts.map