/// import { View } from '../view'; export declare const type = "binary"; export declare const extension = "bin"; export declare const Binary: { view: (buffer: Buffer, schema: import("..").Schema) => View.Readable; }; //# sourceMappingURL=binary.d.ts.map