import { Constructor } from '..';
export declare const InjectRepository: (entity: Function) => (target: Constructor, method: string, paramIndex: number) => void;
