import { SchemaValidationError } from '../schema'; /** * Thrown when one or more arguments passed to a method fail validation. */ export declare class ArgumentsValidationError extends Error { readonly errors: Record; constructor(errors: Record); } //# sourceMappingURL=argumentsValidationError.d.ts.map