import { Repositories } from "@arkecosystem/core-database"; import { ObjectLiteral } from "typeorm"; interface WhereExpression { where: string; parameters: ObjectLiteral; } export declare class AbstractRepository extends Repositories.AbstractRepository { fastCount(where?: WhereExpression): Promise; } export {}; //# sourceMappingURL=abstract-repository.d.ts.map