import { n as WatchlistState, o as watchlistMachine, r as createWatchlistManager, t as WatchlistManager } from "./watchlistManager-DLXef90v.js"; //#region src/modules/watchlist/types.d.ts /** * Configuration options for the global watchlist module. * * The global watchlist module requires no configuration — it is a fire-and-forget * process that runs the backend global watchlist check (OFAC, PEP, etc.) and * completes regardless of the API outcome. */ type WatchlistConfig = Record; //#endregion export { type WatchlistConfig, type WatchlistManager, type WatchlistState, createWatchlistManager, watchlistMachine };