import type { IOptions, RequestCreator, UploadCreator } from './types'; type Fetch = typeof fetch; export declare const configure: (options: IOptions) => void; export declare const createRequest: RequestCreator; export declare const createUploader: UploadCreator; export {};