declare const parseEnvFile: (envFile: string, { apiKey, componentDid }?: { apiKey?: string; componentDid?: string; }) => Record; export { parseEnvFile }; declare const _default: { parseEnvFile: (envFile: string, { apiKey, componentDid }?: { apiKey?: string; componentDid?: string; }) => Record; }; export default _default;