import { ArrayConfig } from "../models/config/array-config"; export declare function allOf(config?: ArrayConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void; export declare function allOfAsync(config?: ArrayConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;