export interface Chunk { chunk: string; data_root: string; data_size: number; offset: number; data_path: string; }