import type { PublicKey } from "@solana/web3.js";
export declare const getLockerAddress: (base: PublicKey) => PublicKey;
export declare const getEscrowAddress: (locker: PublicKey, authority: PublicKey) => PublicKey;
export declare const getWhitelistAddress: (locker: PublicKey, programId: PublicKey, owner: PublicKey | null) => PublicKey;
//# sourceMappingURL=pdaSync.d.ts.map