import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; export declare const OfferStatusEnum: core.serialization.Schema; export declare namespace OfferStatusEnum { type Raw = "DRAFT" | "APPROVAL-SENT" | "APPROVED" | "SENT" | "SENT-MANUALLY" | "OPENED" | "DENIED" | "SIGNED" | "DEPRECATED"; }