import type { Store } from '../store.js'; import type { LifecycleContext, ServerOptions } from '../types'; export declare function startDevServer(store: Store, context: LifecycleContext, options: ServerOptions): Promise; //# sourceMappingURL=dev-server.d.ts.map