import type { FileSystemContext } from "../context/FileSystemContext.js"; export declare function loadAgentsMdInstructions(fs: FileSystemContext, options?: { globalInstructions?: string; }): Promise;