export declare const DEFAULT_CHUNK_BIT_SIZE = 16; /** * Validate the given chunk size and throw error if its invalid. If not provided then return the default value. * @param chunkBitSize */ export declare function getChunkBitSize(chunkBitSize?: number): number; //# sourceMappingURL=util.d.ts.map