import { WalletDownloadLinks, WalletLinks } from '../../types'; export declare const getWalletLinks: (downloadLinks: WalletDownloadLinks | undefined) => WalletLinks;