import { UpdatePayoutAccountDTO } from "@mercurjs/types"; export declare const updatePayoutAccountStepId = "update-payout-account-step"; export declare const updatePayoutAccountStep: import("@medusajs/framework/workflows-sdk").StepFunction; context: Record | null; onboarding: { id: string; data: Record | null; context: Record | null; account: /*elided*/ any; created_at: Date; updated_at: Date; deleted_at: Date | null; account_id: string; }; payouts: { id: string; display_id: number; currency_code: string; amount: number; data: Record | null; account: /*elided*/ any; status: import("@mercurjs/types").PayoutStatus; raw_amount: Record; created_at: Date; updated_at: Date; deleted_at: Date | null; account_id: string; }[]; created_at: Date; updated_at: Date; deleted_at: Date | null; }>;