import { UpdatePayoutDTO } from "@mercurjs/types"; export declare const updatePayoutStepId = "update-payout-step"; export declare const updatePayoutStep: import("@medusajs/framework/workflows-sdk").StepFunction | null; account: { id: string; status: import("@mercurjs/types").PayoutAccountStatus; data: Record; 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: /*elided*/ any[]; created_at: Date; updated_at: Date; deleted_at: Date | null; }; status: import("@mercurjs/types").PayoutStatus; raw_amount: Record; created_at: Date; updated_at: Date; deleted_at: Date | null; account_id: string; }>;