/** Type of your service offer */
export declare enum OfferType {
    'company' = "company",
    'individual' = "individual"
}
//# sourceMappingURL=OfferType.d.ts.map