/** Native subagent manifest renderer. */ import type { ArtifactIntent, InstallScope, PlatformAdapter } from '../types.js'; /** Render one portable coordinator definition where a native agent surface is available. */ export declare function renderAgents(adapter: PlatformAdapter, scope: InstallScope): ArtifactIntent[]; //# sourceMappingURL=agents.d.ts.map