import { type TvmWalletAvailablePlatforms, type TvmWalletPlatformLinks } from '../types';
export declare function getTvmProviderPlatformLink(links: TvmWalletPlatformLinks): [TvmWalletAvailablePlatforms, string | undefined] | undefined;
