export declare type Price = { amount: number; amountWithTaxAndVat: number; amountWithTaxAndReducedVat: number; };