/** * Market & instrument module adapters — second chunk of toolception-compatible loaders. * * Split out from moduleAdapters.ts to keep the module-registry fan-out below * the sentrux no_god_files threshold. The composition happens in moduleAdapters.ts. */ import type { ModuleLoader } from 'toolception'; export declare const MARKET_MODULE_ADAPTERS: Record;