import type { ChainType } from '@lifi/sdk'; import type { WalletConnector } from '../types/walletConnector.js'; export declare const getConnectorId: (connector?: WalletConnector, chainType?: ChainType) => string;