import { OpenBadgesRevocationCacheRecord } from "./OpenBadgesRevocationCacheRecord.mjs"; import { EventEmitter, Repository, StorageService } from "@credo-ts/core"; //#region src/repository/OpenBadgesRevocationCacheRepository.d.ts declare class OpenBadgesRevocationCacheRepository extends Repository { constructor(storageService: StorageService, eventEmitter: EventEmitter); findByStatusListUrl(agentContext: any, statusListUrl: string): Promise; } //#endregion export { OpenBadgesRevocationCacheRepository }; //# sourceMappingURL=OpenBadgesRevocationCacheRepository.d.mts.map