import * as Ajv from 'ajv'; export default function (data: any): { status: boolean; errors: Ajv.ErrorObject[]; };