import type { ModeConfig } from "../types"; export declare function loadMode(modeId: string): ModeConfig; export declare function getAvailableModes(): string[]; export declare function getDefaultMode(): ModeConfig; /** Reset the internal cache — useful for tests. */ export declare function _resetModeCache(): void; //# sourceMappingURL=loader.d.ts.map