export declare class FileChunk { id: string; index: number; total: number; data: string; }