/** * @function * @description Returns the count of custom tokens imported for a given chainId. * @param {number | undefined} chainId - ChainId for which to count imported tokens. * @returns {number} - The count of imported tokens for the given chainId. */ export declare const countOfCustomTokens: (chainId: number | undefined) => number;