export declare class ValidationException extends Error { /** * Returns 'ValidationException' */ get name(): string; }