import type { AxiosRequestConfig } from 'axios'; import { type AgentOptions } from 'https'; import type { IRequestOptions } from 'n8n-workflow'; import type { SsrfBridge } from '../../ssrf'; export declare function buildLegacyAgentOptions(requestObject: IRequestOptions): AgentOptions; export declare function buildAxiosConfigFromLegacyRequest(requestObject: IRequestOptions, ssrfBridge?: SsrfBridge): Promise;