///
///
import { PublicKey } from '@solana/web3.js';
export declare function getProxyEscrowAddress(owner: string): PublicKey;
export declare function getProxyAddress(proxyEscrowAddress: string, owner: string): PublicKey;
export declare function getEscrowAddress(escrowOwner: PublicKey): PublicKey;