export declare enum BillActionsMessage { UNIT_BILL_ARCHIVED = "unitBillArchived", UNIT_BILL_MARK_AS_PAID = "unitBillMarkAsPaid", UNIT_BILL_MARK_AS_UNPAID = "unitBillMarkAsUnpaid", UNIT_BILL_RESCHEDULED = "unitBillRescheduled", UNIT_BILL_CHECK_CANCELLED = "unitBillCheckCancelled", UNIT_BILL_REFUNDED = "unitBillRefunded" } export declare const billActionResultMessages: BillActionsMessage[]; export type BillActionResultEvent = string; //# sourceMappingURL=billActionsMessage.d.ts.map