export declare const injectedName = "okxTonWallet"; export declare const walletName = "OKX Wallet"; export declare const unsupportedVersionError = "Unsupported protocol version"; export declare const maxProtocolVersion = 2; export declare function getDeviceInfo(): { platform: string; appName: string; appVersion: string; maxProtocolVersion: number; features: (string | { name: string; maxMessages: number; })[]; }; export declare function convertArrayToObject(array?: never[]): { [key: string]: any; }; //# sourceMappingURL=tondapp.d.ts.map