export declare const DEFAULT_PARAM_NAME = "file"; export declare const DEFAULT_OPTIONS: { autoUpload: boolean; clearPendingOnAdd: boolean; inputFieldName: string; concurrent: boolean; maxConcurrent: number; grouped: boolean; maxGroupSize: number; method: string; params: {}; forceJsonResponse: boolean; withCredentials: boolean; destination: {}; send: any; sendWithFormData: boolean; formDataAllowUndefined: boolean; fastAbortThreshold: number; }; //# sourceMappingURL=defaults.d.ts.map