/** * Returns a number. Refer to the latestPrice attribute in the quote endpoint for a description. */ export declare const priceOnly: (symbol: string) => Promise;