import { Wallet } from '@project-serum/anchor'; /** * Get a read-only wallet for Anchor provider */ export declare const getReadOnlyWallet: () => Wallet;