import { NetworkIdType, PortfolioAssetAttributes, PortfolioAssetToken, TokenPrice, TokenPriceUnderlying, TokenYield } from '@sonarwatch/portfolio-core'; export default function tokenPriceToAssetToken(address: string, amount: number, networkId: NetworkIdType, tokenPrice?: TokenPrice | TokenPriceUnderlying | null, price?: number, attributes?: PortfolioAssetAttributes, link?: string, tokenYield?: TokenYield | null): PortfolioAssetToken;