import type { AgentScope, LoadedAgent } from "./types";
export declare function parseJsonAgentFile(filePath: string, scope: AgentScope): LoadedAgent | null;
