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