import { ReserveId } from "./ReserveId"; import { Lamport, WrappedLamport } from "./basic"; export declare abstract class ProfileEntry> extends WrappedLamport { private readonly reserveId; protected constructor(reserveId: ReserveId, amount: Lamport); getReserveId(): ReserveId; protected isCompatibleWith(that: T): boolean; } //# sourceMappingURL=ProfileEntry.d.ts.map