import { V as ViteSSGContext, b as ViteSSGOptions } from '../types-aa9937f6.js'; import 'vue'; import 'vue-router'; import '@vueuse/head'; import 'critters'; type CreateAppFactory = (client: boolean, routePath?: string) => Promise | ViteSSGContext>; interface WorkerContext { route: string; dirStyle: ViteSSGOptions['dirStyle']; outDir: string; indexHTML: string; formatting: ViteSSGOptions['formatting']; out: string; ssrEntryPath: string; ssrManifest: Record; } declare const _default: ({ route, dirStyle, outDir, indexHTML, formatting, out, ssrEntryPath, ssrManifest }: WorkerContext) => Promise; export { CreateAppFactory, WorkerContext, _default as default };