/**
 * The refund reasons to delete.
 */
export type DeleteRefundReasonsStepInput = string[];
export declare const deleteRefundReasonsStepId = "delete-refund-reasons";
/**
 * This step deletes one or more refund reasons.
 */
export declare const deleteRefundReasonsStep: import("@medusajs/framework/workflows-sdk").StepFunction<DeleteRefundReasonsStepInput, undefined>;
//# sourceMappingURL=delete-refund-reasons.d.ts.map