import { 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<ProductTypes.CreateProductCollectionDTO[], ProductTypes.ProductCollectionDTO[]>;
//# sourceMappingURL=create-collections.d.ts.map