/** Original service that can be migrated */
export interface MigrateServices {
    /** If false, the order will be registered; if true, the order will be returned but not registered. Useful to compute prices */
    dryRun: boolean;
    /** IDs of the services to migrate */
    serviceIds: number[];
}
//# sourceMappingURL=MigrateServices.d.ts.map