/**
 * The IDs of the line items to delete reservations for.
 */
export type DeleteReservationsByLineItemsStepInput = string[];
export declare const deleteReservationsByLineItemsStepId = "delete-reservations-by-line-items";
/**
 * This step deletes reservations by their associated line items.
 */
export declare const deleteReservationsByLineItemsStep: import("@medusajs/framework/workflows-sdk").StepFunction<DeleteReservationsByLineItemsStepInput, undefined>;
//# sourceMappingURL=delete-reservations-by-line-items.d.ts.map