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