import type { OpenCodeClient } from "./session-api.js"; /** * Reads the OpenCode app agent registry through the canonical SDK wrapper seam. * * @param client - OpenCode SDK client supplied by the plugin runtime. * @returns Agent registry entries when the SDK returns an array or an `{ agents }` payload. * * @example * ```typescript * const agents = await getAppAgents(client) * ``` */ export declare function getAppAgents(client: OpenCodeClient): Promise; //# sourceMappingURL=app-api.d.ts.map