import type { Ctx } from "../ctx/index.js"; import type { Env } from "../env/index.js"; export declare function ctxToEnv(ctx: Ctx): Env; //# sourceMappingURL=ctxToEnv.d.ts.map