/** * MetricAMM SDK - Price Utilities * Functions for price conversions */ /** * Convert regular price to Q64 format */ export declare function priceToQ64(price: number | bigint): bigint; /** * Convert Q64 format to regular price */ export declare function q64ToPrice(priceX64: bigint): number; //# sourceMappingURL=price.d.ts.map