import { ValidationError } from 'class-validator'; export declare function validateClientPanelDto(data: object): Promise;