export declare const throwErrorStep: import("@medusajs/framework/workflows-sdk").StepFunction<{
    errorMessage: string;
}, unknown>;
