/** * The IDs of the collections to delete. */ export type DeleteCollectionsStepInput = string[]; export declare const deleteCollectionsStepId = "delete-collections"; /** * This step deletes one or more collections. */ export declare const deleteCollectionsStep: import("@medusajs/framework/workflows-sdk").StepFunction; //# sourceMappingURL=delete-collections.d.ts.map