export declare function readIndexBundle(indexBundle: Uint8Array): { bundlesInfo: Uint8Array; filesInfo: Uint8Array; dirsInfo: Uint8Array; pathRepsBundle: Uint8Array; }; export declare function getFileInfo(path: string, bundlesInfo: Uint8Array, filesInfo: Uint8Array): { bundle: string; offset: number; size: number; };