export declare const FILE_TAG: Uint8Array; export declare const FILE_LOCATION_TAG: Uint8Array; export declare const CHUNK_TAG: Uint8Array; export declare const CHUNK_NB_TAG: Uint8Array; export declare const FILE_METADATA_TAG: Uint8Array; export declare const GLOBAL_METADATA_TAG: Uint8Array; export declare const DEWEB_VERSION_TAG: Uint8Array; export declare function globalMetadataKey(metadataKey: Uint8Array): Uint8Array; export declare function fileLocationKey(hashLocation: Uint8Array): Uint8Array; export declare function fileKey(hashLocation: Uint8Array): Uint8Array; export declare function fileMetadataKey(hashLocation: Uint8Array, metadataKey?: Uint8Array): Uint8Array; export declare function fileChunkCountKey(hashLocation: Uint8Array): Uint8Array; export declare function fileChunkKey(hashLocation: Uint8Array, index: bigint): Uint8Array;