import type { LwrApp } from '@lwrjs/core'; export type DevOptions = { rootDir: string; config: string; basePath: string; port: number; mode: string; open: boolean; logLevel: string; }; export declare function dev(options: DevOptions): Promise; //# sourceMappingURL=dev.d.ts.map