export declare const AbortController: { new (): AbortController; prototype: AbortController; }; /** * Returns the User-Agent string for the browser SDK */ export declare function getUserAgentString(): string;