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