export declare const TAX_TYPES: readonly ["TPS_2008", "TVQ_2013"]; export declare type TaxType = typeof TAX_TYPES[number];