///
///
import { PublicKey } from '@solana/web3.js';
export declare function getDerivedAccount(owner: string): string;
export declare function isLiftEmpty(authoritySeed: number[]): boolean;
export declare function getDerivedPendingWithdraws(owner: string, ids: number[]): PublicKey[];