export declare const getUserAgentHeadersIfPossible: ({ userAgent, }: { userAgent?: string | undefined; }) => { 'user-agent': string; } | null;