import type { LoadOptions } from "./index.js"; export declare function loadAgentFromJsFile(path: string, options: LoadOptions): Promise | import("./agent-yaml.js").AgentSchema>;