export declare const fixedChunks: (buf: Uint8Array, size?: number) => Uint8Array[]; export declare const adaptiveChunks: (buf: Uint8Array) => Uint8Array[];