import { MaxDateConfig } from "../models/config/max-date-config"; export declare function maxDate(config: MaxDateConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void; export declare function maxDateAsync(config?: MaxDateConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;