import type { VXRNServeOptions } from '../types'; import type { Hono } from 'hono'; export declare const applyCompression: (app: Hono, options: VXRNServeOptions) => void; export declare const createProdServer: (app: Hono, options: VXRNServeOptions, { skipCompression, outDir, }?: { skipCompression?: boolean; outDir?: string; }) => Promise>; //# sourceMappingURL=createServer.d.ts.map