import type { ReservationItemDTO } from "@medusajs/framework/types";
/**
 * Builds a map of reservations by line item id.
 *
 * @param reservations - The reservations to build the map from.
 * @returns A map of reservations by line item id.
 */
export declare function buildReservationsMap(reservations: ReservationItemDTO[]): Map<string, ReservationItemDTO[]>;
//# sourceMappingURL=build-reservations-map.d.ts.map