export declare function combineChainSymbolOrAddress({ chainId, symbolOrAddress, }: {
    chainId: string;
    symbolOrAddress: string;
}): string;
