export interface DeepHashChunks extends Array { } export declare type DeepHashChunk = Uint8Array | DeepHashChunks;