export declare type TaxLine = { readonly rate: number; readonly ratePercentage: number; readonly title: string; };