/** * Find AGENTS.md files that cover the given file path */ export declare function findAgentsMdFiles(filePath: string): Promise; /** * Update the codemap section in an AGENTS.md file */ export declare function updateCodemapSection(agentsMdPath: string, codemap: string): Promise; /** * Count approximate tokens in a string (rough estimate) */ export declare function countTokens(content: string): number; //# sourceMappingURL=files.d.ts.map