import { ClassType, KeysOf } from 'tsds-tools'; import { ObjectLiteral } from 'typeorm'; import { Repository } from '../repository/repository'; export declare function createRepositoryWithCache>(Repository: ClassType>, property?: KeysOf): R;