import type { CreateCartDTO } from "@medusajs/framework/types"; /** * The details of the carts to create. */ export type CreateCartsStepInput = CreateCartDTO[]; export declare const createCartsStepId = "create-carts"; /** * This step creates a cart. */ export declare const createCartsStep: import("@medusajs/framework/workflows-sdk").StepFunction; //# sourceMappingURL=create-carts.d.ts.map