export declare function dev(args: {
    clean?: boolean;
    host?: string;
    port?: string;
    https?: boolean;
    mode?: 'development' | 'production';
    debugBundle?: string;
    debug?: string;
    extraConfig?: string;
}): Promise<void>;
//# sourceMappingURL=dev.d.ts.map