/** * Module Adapters - Toolception-compatible loaders for all FMP tool modules * * This file composes adapters from three chunked sources to keep each chunk's * fan-out below the sentrux no_god_files threshold. Each chunk is itself a * Record. */ import type { ModuleLoader } from 'toolception'; /** * Record of all module adapters * Maps module name to toolception-compatible loader function */ export declare const MODULE_ADAPTERS: Record;