/**
 * 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<DeleteCollectionsStepInput, undefined>;
//# sourceMappingURL=delete-collections.d.ts.map