import type { AxiosRequestConfig } from 'axios'; export declare function buildRfcStyleUserAgent(version: string): string; export declare function getDefaultN8nOutboundUserAgent(): string; export declare function applyDefaultOutboundUserAgent(axiosConfig: AxiosRequestConfig): void;