import { ZodType } from "zod"; export declare function readEnvVar(envVar: string, schema: ZodType): T; //# sourceMappingURL=readEnvVar.d.ts.map