// eslint-disable-next-line @typescript-eslint/no-explicit-any export declare function isUint8Array(target: any): target is Uint8Array;