/** Parameters needed to create an Engagement */
export interface EngagementRequestCreation {
    /** Pricing mode to use in order to engage the Service */
    pricingMode: string;
}
//# sourceMappingURL=EngagementRequestCreation.d.ts.map