export declare const WORKER_ENTRY_PREFIX: "\0distilled:worker-entry:"; /** * The id of the generated Worker entry that wraps the user entry `id`. * * Entry ids are embedded into the specifier and round-tripped through * Rolldown/Vite id handling, which expects POSIX-style separators. On Windows * the input is an absolute path with `\` separators (e.g. `D:\app\entry.ts`), * which would corrupt the virtual id and break resolution. Normalizing to * forward slashes is a no-op on POSIX, where ids already use `/`. */ export declare const workerEntryId: (id: string) => `\0distilled:worker-entry:${string}`; export declare const virtualModulesPlugin: import("../factory.js").PluginOutput; //# sourceMappingURL=virtual-modules.d.ts.map