import { Interfaces } from "@arkecosystem/crypto"; export declare class Cache { protected cache: Map; clear(transactionId: string): void; protected getKey(transaction: Interfaces.ITransactionData): string; } //# sourceMappingURL=cache.d.ts.map