interface DevWorkerOptions {
    name?: string;
    dir?: string;
    root?: string;
    tools?: string;
    outputDir?: string;
    env?: string;
    debug?: boolean;
}
export declare function devWorker(options?: DevWorkerOptions): Promise<void>;
export {};
//# sourceMappingURL=dev.d.ts.map