import { Type } from "../util/index";
export declare function propArray<T>(entity: Type<T>): (target: Object, propertyKey: string, parameterIndex?: number) => void;
