export declare function env<T extends string = string>(key: string, value?: T | null): T | undefined;
//# sourceMappingURL=env.d.ts.map