/** Instance price type */
export declare enum InstancePriceTypeEnum {
    'hour' = "hour",
    'licence' = "licence",
    'licenceMonth' = "licenceMonth",
    'month' = "month"
}
//# sourceMappingURL=InstancePriceTypeEnum.d.ts.map