export declare const shannonEntropy: (bytes: Uint8Array) => number; export declare const isCompressible: (bytes: Uint8Array, lfsrLength: number, ratioThreshold?: number) => boolean;