import { ValidationError } from 'class-validator'; export declare function validateMenuWithUrlDto(data: object): ValidationError[];