import { KeyValuePair } from '../interface'; declare type KeyString = KeyValuePair; export declare function loadEnv(path?: string): KeyString; export {};