export declare const isBinary: (input: unknown) => input is Uint8Array;
