/// <reference types="node" />
export declare const BINARY_READ_LENGTH = 24;
export declare const isBinary: (buffer: Buffer) => boolean;
