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