import { ValidateException } from './validate.exception'; export declare class ValidateFieldException extends ValidateException { constructor(property: string, message: string, constraint: string, detail?: NodeJS.Dict); }