/** * Resolve the repo root by walking up from this module's location until we * find `klaw.mjs`. Falls back to two-levels-up only if the marker is missing. */ export declare function getRepoRoot(): string; /** Path to klaw.mjs at the repo root. */ export declare function resolveKlawBin(): string; /** Path to the klaw-skills directory at the repo root. */ export declare function resolveSkillsDir(): string; /** Path to the klaw-agents directory at the repo root. */ export declare function resolveAgentsDir(): string; /** Path to the klaw-memory directory at the repo root. */ export declare function resolveMemoryDir(): string;