import type { VontConfig } from '../types/index.js'; /** * 创建生产服务器 */ export declare function createProdServer(options?: VontConfig): Promise; //# sourceMappingURL=prod-server.d.ts.map