import { type DataType } from '../data-type';
declare const VarBinary: {
    maximumLength: number;
} & DataType;
export default VarBinary;
