export = createSchemaValidation; declare function createSchemaValidation( check: any, getSchema: any, options: any, ): (value: any) => void;