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