/** Country Migration step orders data */
export interface Orders {
    /** Whether there is pending operations */
    pendingOperations: boolean;
    /** Whether there is pending promotions */
    pendingPromotions: boolean;
    /** Whether there is pending subscriptions */
    pendingSubscriptions: boolean;
}
//# sourceMappingURL=Orders.d.ts.map