import { Address } from "@solana/kit";
import Decimal from "decimal.js";
export declare const KSWAP_BASE_API = "https://api.kamino.finance/kswap";
export interface GetJupiterPriceParams {
    ids: string;
    vsToken?: string;
    showExtraInfo?: boolean;
}
export declare function getTokensBatchPrice(tokens: Address[]): Promise<Map<Address, Decimal>>;
export declare function getTokenPrice(token: Address): Promise<Decimal>;
//# sourceMappingURL=price.d.ts.map