import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class Actions extends ClientSDK { /** * List transaction Flow rules * * @remarks * Retrieve the list of Flow rule actions that have been triggered for a transaction. */ list(transactionId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=actions.d.ts.map