import { WalletSchema } from '@dynamic-labs/wallet-book'; import { WalletDownloadLinks } from '../../../types'; export declare const getDownloadLinks: (wallet: WalletSchema) => WalletDownloadLinks | undefined;