export interface MergeFileInput {
    version: number;
    ptr: string;
    size: number;
    path: string;
    mode: number;
}
