/** * Core module adapters — first 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 CORE_MODULE_ADAPTERS: Record;