/// /// import { PublicKey } from '@solana/web3.js'; export declare function ownerHasPowerUserAllocation(owner: string): boolean; export declare const findMarginPDA: (owner: string) => PublicKey;