export declare const createChunk: (file: File, index: number, size: number) => Promise<unknown>;
