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