import { TransactionEnvelope } from "@saberhq/solana-contrib"; import type { Provider } from "@saberhq/solana-contrib"; export declare class PlatformWrapper { readonly provider: Provider; readonly address: String; constructor(provider: Provider, address: String); voteWithdrawalWallet(): Promise; getVoteWalletInfo(): Promise; } export declare const parsePlatformProgramError: (e: any) => string;