export declare function parseCustomRpcHeaders(url: string): {
    url: string;
    headers: Record<string, string>;
    redactedHeaders: Record<string, string>;
};
//# sourceMappingURL=provider.d.ts.map