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