export declare class SchemaFieldValidationError extends Error { constructor(field: string, _message: string); }