/// <reference types="node" />
import { BinaryStream } from '../bs';
import { Codec, DataType } from "../common";
export declare function buffer(length?: number | Function | DataType | null): Codec<Buffer | BinaryStream>;
