export declare function readDotEnvFile(rootPath?: string): Record; export declare function getEnvValue(key: string, rootPath?: string, env?: NodeJS.ProcessEnv): string | undefined;