import { EnvContext } from "../../global/use/types.js"; export type Loaders = { id: string; value: Promise | unknown; }; export type RenderOptions = Omit; //# sourceMappingURL=types.d.ts.map