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