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