import type { LoopConfig, ConfigWithSources } from './types.js'; /** * Load loop config with full source tracking. * Chain: env vars → .slope/loop.config.json → hardcoded defaults. * Env vars have highest priority. */ export declare function loadLoopConfig(cwd?: string): ConfigWithSources; /** Shorthand: load just the config without sources */ export declare function resolveLoopConfig(cwd?: string): LoopConfig; //# sourceMappingURL=config.d.ts.map