interface Options { debug?: boolean; } export declare function startProjectDev(options: Options): Promise; export {};