import "./_runtime_warn.mjs"; export type ViteService = { fetch: (req: Request) => Response | Promise; }; export declare const viteServices: Record;