import { ResumableConfiguration } from "./types/types"; /** * Defaults that will be used when the values are not provided at creation of the Resumable object. * However, the callbacks (e.g. `maxFilesErrorCallback`) will be set to default functions inside `resumable.ts` if they * are not provided. */ export declare const DefaultConfiguration: ResumableConfiguration;