import { PublicKey } from "@solana/web3.js";
/**
 * Finds the address of an EscrowHistory.
 */
export declare const findEscrowHistoryAddress: (escrow: PublicKey, era: number) => Promise<[PublicKey, number]>;
/**
 * Finds the address of a LockerHistory.
 */
export declare const findLockerHistoryAddress: (locker: PublicKey, era: number) => Promise<[PublicKey, number]>;
//# sourceMappingURL=pda.d.ts.map