/** * Walk up from `startDir` until we find a directory containing package.json * with name "miladyai". Returns the directory path, or falls back to `startDir`. */ /** @internal Exported for testing only. */ export declare function findProjectRoot(startDir: string): string; export declare function applyClaudeCodeStealth(): void; //# sourceMappingURL=apply-stealth.d.ts.map