/**
 * @module invoiceTerm
 * @description A list of invoiceTerm
 */
export declare const invoiceTerm: {
    name: string;
    remark: string;
}[];
