export declare const AGENTS_MD_FILENAME = "agents.md"; export declare const LYT_OVERVIEW_FILENAME = "lyt-overview.md"; export declare function agentsMdWritePath(vaultPath: string): string; export declare function lytOverviewWritePath(vaultPath: string): string; export declare const AGENTS_MD_REL_WRITE_PATH = ".lyt/agents.md"; export declare const LYT_OVERVIEW_REL_WRITE_PATH = ".lyt/lyt-overview.md"; export declare function agentsMdLegacyPath(vaultPath: string): string; export declare function lytOverviewLegacyPath(vaultPath: string): string; export declare function resolveAgentsMdReadPath(vaultPath: string): string; export declare function resolveLytOverviewReadPath(vaultPath: string): string; export interface LegacyAgentFile { filename: string; legacyPath: string; newPath: string; } export declare function findLegacyAgentFiles(vaultPath: string): LegacyAgentFile[]; //# sourceMappingURL=agent-file-paths.d.ts.map