import { Class } from '../types'; export declare const InjectCollection: (entity: Class) => PropertyDecorator & ParameterDecorator;