/**
 * @module estimateStatus
 * @description A list of estimateStatus
 */
export declare const estimateStatus: readonly ["draft", "sent", "invoiced", "accepted", "declined", "expired"];
export declare type EstimateStatus = (typeof estimateStatus)[number];
