import { i as createAntifraudManagerFromActor, n as AntifraudState, o as antifraudMachine, r as createAntifraudManager, t as AntifraudManager } from "./antifraudManager-BY36bS12.js"; //#region src/modules/antifraud/types.d.ts /** * Configuration options for the antifraud module. * * The antifraud module requires no configuration — it is a fire-and-forget * process that runs the backend antifraud check and completes regardless of * the API outcome. */ type AntifraudConfig = Record; //#endregion export { type AntifraudConfig, type AntifraudManager, type AntifraudState, antifraudMachine, createAntifraudManager, createAntifraudManagerFromActor };