export declare const SOLANA_SUPPORTED_TRANSACTION_VERSIONS: (string | number)[]; export declare const SOLANA_STANDARD_METHOD: { CONNECT: string; DISCONNECT: string; EVENTS: string; SIGN_AND_SEND_TRANSACTION: string; SIGN_TRANSACTION: string; SIGN_MESSAGE: string; CONNECT_VERSION: string; DISCONNECT_VERSION: string; ON_VERSION: string; SIGN_AND_SEND_TRANSACTION_VERSION: string; SIGN_TRANSACTION_VERSION: string; SIGN_MESSAGE_VERSION: string; }; export declare const SOLANA_FEATURES: string[]; //# sourceMappingURL=solanaWalletStandard.d.ts.map