export declare const upsertMembersStep: import("@medusajs/framework/workflows-sdk").StepFunction<{ email: string; first_name?: string | null; last_name?: string | null; }[], import("@mercurjs/types").MemberDTO[]>;