import { ValidationError } from 'ajv';
export declare const isValidationError: (o?: unknown) => o is ValidationError;
