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