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