/**
 * @module tax
 * @description A list of tax
 */
export declare const tax: {
    name: string;
    category: string;
    value: number;
}[];
