import { PolyfillableArray } from './utils';
export declare const isBinary: (obj: Uint8Array & PolyfillableArray) => boolean;
