import { DataType } from './typings'; export declare const validate: (dataType: DataType, { full }?: { full?: boolean; }) => true | Array;