import { Price } from '@interchainjs/types'; /** * * @param price formatted as `` */ export declare function toPrice(price: string | Price): Price;