import { Totals } from './totals.js'; import { type ITaxRatesUsedResponse } from '../../types/index.js'; export declare class TaxRatesUsed { readonly taxRate: string; readonly totals: Totals | null; constructor(taxRatesUsed: ITaxRatesUsedResponse); }