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