export declare enum ContractPaymentStatus { ACTIVE = "active", CANCELED = "canceled", FINISHED = "finished" }