export declare function setConfigBaseDir(dir: string): void; /** Read-and-clear. Undefined when no config import is in flight — directly-constructed configs resolve against process.cwd(). */ export declare function consumeConfigBaseDir(): string | undefined; /** Cleared in the importer's finally: an ESM cache hit skips loadConfig, and the stale slot must not leak into a later directly-constructed loadConfig. */ export declare function clearConfigBaseDir(): void; //# sourceMappingURL=base-dir.d.ts.map