import { LiveCompactionConfig, LiveCompactionPaths } from "./schema.mjs"; //#region src/config/io.d.ts declare function resolveLiveCompactionPaths(cwd?: string | null, agentDir?: string): LiveCompactionPaths; declare function loadConfig(extensionDir?: string): Promise; declare function loadEffectiveConfig(cwd?: string | null, agentDir?: string): Promise; //#endregion export { loadConfig, loadEffectiveConfig, resolveLiveCompactionPaths }; //# sourceMappingURL=io.d.mts.map