import { Address, ProgramDerivedAddress } from '@solana/kit';
export declare function getLpEscrowAddress(authority: Address): Promise<ProgramDerivedAddress>;
