import type { ProxyEnvLoadResult, ProxyEnvOptions, ProxyEnvResolution } from "../types/index.js";
export declare function resolveProxyEnvFile(options?: ProxyEnvOptions): ProxyEnvResolution;
export declare function loadProxyEnvFile(options?: ProxyEnvOptions): Promise<ProxyEnvLoadResult>;
