export declare function isTypeInteger(dataType: any): boolean; export declare function isTypeNumeric(dataType: any): boolean; export declare function isTypeFloat(dataType: any): boolean; export declare function isTypeNumber(dataType: any): boolean; export declare function isTypeString(dataType: any): boolean; export declare function isTypeLogical(dataType: any): boolean; export declare function isTypeDateTime(dataType: any): boolean;