import { Command } from '../../lib/cli'; export declare class Dev implements Command { parse(argv: string[]): Promise; help(): string; } //# sourceMappingURL=dev.d.ts.map