/** * Native `.agents-plugin` format — hoocode's own layout and a strict superset of * the Claude Code format. Wins precedence when several formats coexist, and is * the only format that honors `providers`. */ export declare const agentsFormat: import("./types.js").PluginFormatAdapter; //# sourceMappingURL=agents.d.ts.map