import { ClassType, KeysOf } from 'tsds-tools'; import { ObjectLiteral } from 'typeorm'; import { Repository } from '../repository/repository'; export declare function WithCache(property?: KeysOf): >>(repositoryClass: TClass) => any;