export declare const fromEnv: <T extends Record<string, string>>(def: T) => (env: NodeJS.ProcessEnv) => Record<keyof T, string>;
