import type { ProductTypes } from "@medusajs/framework/types"; export declare const createCollectionsStepId = "create-collections"; /** * This step creates one or more collection. */ export declare const createCollectionsStep: import("@medusajs/framework/workflows-sdk").StepFunction; //# sourceMappingURL=create-collections.d.ts.map