import type { EmbeddedContextFile } from './types.js'; export declare function loadProjectAgentsContextFile(workspaceDir: string): EmbeddedContextFile | null;