import { TvmChains } from '../types';
export declare function getScanLink(address: string, networkId?: TvmChains | string): string | undefined;
