import { NumberConfig } from "../models/config/number-config"; export declare function minLength(config: NumberConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void; export declare function minLengthAsync(config?: NumberConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;