import type { Hono } from 'hono';
import type { One } from '../vite/types';
export declare function oneServe(oneOptions: One.PluginOptions, buildInfo: One.BuildInfo, app: Hono): Promise<void>;
//# sourceMappingURL=oneServe.d.ts.map