import type { PriceData } from "./parse-pricing"; export declare function getComputeJson(): Promise; export declare function toPriceMap(taxonomy: string, scale?: number): Promise;