import { WalletConfig } from '../types'; type DownloadUrlsType = WalletConfig['downloadUrls']; export declare function useWalletDownloadUrl(urls: DownloadUrlsType): string; export {};