import { Product } from '../../src/IxPricing.js'; export declare const transformPricingData: (data: Product[]) => { total: { monthly: string; oneTime: string; }; products: { monthly: string; oneTime: string; quantity: number; Monthly: number; OneTime: number; name: string; }[]; };