import { DataType } from './typings'; export declare const validateItem: (dataType: DataType, item: Object, conn?: Object) => Promise>;