import { WalletVersion } from '../types/WalletVersion'; export declare function parseWalletVersion(walletVersion: string): WalletVersion | undefined;