export declare const preview_allocation: { start_date: string; end_date: string; period_type: string; total_in_cents: number; total_discount_in_cents: number; total_tax_in_cents: number; subtotal_in_cents: number; existing_balance_in_cents: number; accrue_charge: boolean; currency: string; components_allocations: { id: number; direction: string; transaction_type: string; type: string; amount_in_cents: number; taxable_amount_in_cents: number; discount_amount_in_cents: number; previous_quantity: number; quantity: number; memo: string; component_handle: string; }[]; }; export declare const allocation: { allocations: { id: number; quantity: number; }[]; subscription: { id: number; balance_in_cents: number; current_billing_amount_in_cents: number; }; };