export declare function with_env_var(key: string, value: string, callback: () => any): void;
