import { DiscriminatedAuth } from '../types'; export declare const readFileFromPath: () => never; export declare const getRequestToken: () => Promise; export declare const getDefaultAuth: () => DiscriminatedAuth; export declare const buildPlatformDependentConfig: () => {}; export declare const buildHeaders: () => {}; export declare const buildFormDataValue: (data: any) => Blob; export declare const buildBaseUrl: (baseUrl?: string) => string; export declare const getVersion: () => string; //# sourceMappingURL=browser.d.ts.map