import type { PriceOutput } from '../types'; export declare function getPrice(type: string): Promise; export declare function getPriceAndChange(type: string): Promise; export declare function getPrices(types: string[]): Promise>; export declare function getPriceAndChangeForCoins(coins: string[]): Promise>;