type StepInput = {
    collectionId: string;
};
export declare const deleteCollectionStep: import("@medusajs/workflows-sdk").StepFunction<StepInput, {
    products: any[];
}>;
export {};
//# sourceMappingURL=delete-collection.d.ts.map