declare type EnvFunction = <T extends Readonly<K[]>, K extends string>(keys: T) => {
    [key1 in T[number]]: string;
};
export declare const getEnv: EnvFunction;
export {};
