/** * Config file loader * Manages the .nori-config.json file lifecycle */ import type { Loader } from "../../../cli/features/agentRegistry.js"; /** * Config loader */ export declare const configLoader: Loader; //# sourceMappingURL=loader.d.ts.map