export declare enum CompanyOrderTypes { /** * This refers to the fee that Anthor receives for brokering * the activities */ FEE = "anthorFee", /** * This refers to how much is paid out to the person who * executed the activity */ SERVICE = "servicesPayment" }