export declare const kiroCliAgent: { readonly id: "kiro-cli"; readonly name: "Kiro CLI"; readonly vendor: "AWS"; readonly homepage: "https://kiro.dev"; readonly interfaces: readonly ["cli"]; readonly family: "amazon"; readonly rootDir: ".kiro"; readonly lifecycle: { readonly state: "active"; }; readonly detection: { readonly project: { readonly markers: readonly []; }; readonly user: { readonly markers: readonly []; }; }; readonly docs: readonly [{ readonly label: "Kiro CLI documentation"; readonly url: "https://kiro.dev/docs/cli/"; }]; readonly capabilities: { readonly skill: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: null; readonly docs: readonly []; readonly sources: readonly ["https://kiro.dev/docs/cli/skills/"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "vendor"; readonly directory: ".kiro/skills"; }; readonly axm: { readonly status: "supported"; readonly lastVerified: "2026-08-05"; readonly writer: null; }; }; readonly "mcp-server": { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: null; readonly docs: readonly []; readonly sources: readonly ["https://kiro.dev/docs/mcp/configuration/"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "universal"; readonly transports: readonly ["stdio", "http"]; readonly mcpEnvExpansion: { readonly variables: "braced"; readonly defaults: false; }; }; readonly axm: { readonly status: "supported"; readonly lastVerified: "2026-08-05"; readonly writer: { readonly config: { readonly serversKey: "mcpServers"; readonly activationField: { readonly required: { readonly name: "disabled"; readonly enabled: false; readonly disabled: true; }; readonly accepted: readonly [{ readonly name: "disabled"; readonly enabled: false; readonly disabled: true; }, null]; }; readonly targets: readonly [{ readonly scope: "project"; readonly path: ".kiro/settings/mcp.json"; readonly format: "json"; readonly attribution: "agent"; }, { readonly scope: "user"; readonly path: "~/.kiro/settings/mcp.json"; readonly format: "json"; readonly attribution: "agent"; }]; readonly stdio: { readonly typeField: { readonly required: null; readonly accepted: readonly [null]; }; readonly command: "split"; readonly envKey: "env"; }; readonly remote: { readonly typeField: { readonly required: null; readonly accepted: readonly [null]; }; readonly urlKey: { readonly "streamable-http": "url"; }; readonly headersKey: "headers"; }; }; }; }; }; readonly subagent: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "No industry spec for subagents yet; AXM bridges to the agent's native layout."; readonly docs: readonly []; readonly sources: readonly ["https://kiro.dev/docs/cli/custom-agents/configuration-reference/"]; readonly scopes: readonly ["user", "project"]; readonly directory: ".kiro/agents"; readonly layout: "directory"; }; readonly axm: { readonly status: "supported"; readonly lastVerified: "2026-08-05"; readonly writer: null; }; }; readonly hook: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Kiro CLI hooks are command hooks in agent configuration. AXM models the surface but does not serialize Kiro CLI hooks yet."; readonly docs: readonly []; readonly sources: readonly ["https://kiro.dev/docs/cli/hooks/", "https://kiro.dev/docs/cli/custom-agents/configuration-reference/"]; readonly scopes: readonly ["user", "project"]; readonly modeling: "native-unmodeled"; }; readonly axm: { readonly status: "unsupported"; readonly writer: null; readonly lastVerified: null; readonly reason: "AXM has not implemented a Kiro CLI hooks writer."; }; }; }; readonly instructions: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Kiro CLI steering files live under .kiro/steering and can be always-on, conditional, or manually referenced."; readonly docs: readonly []; readonly sources: readonly ["https://kiro.dev/docs/cli/steering/"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "partial"; readonly convention: "vendor"; readonly directory: ".kiro/steering"; readonly kind: "rules-dir"; readonly files: readonly ["*.md"]; readonly nestedDiscovery: true; readonly importSyntax: null; }; readonly axm: { readonly status: "supported"; readonly lastVerified: "2026-08-05"; readonly writer: null; }; }; readonly permissions: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Kiro CLI custom agent configuration supports allowedTools, toolsSettings, and the hooks/MCP tools settings surfaces. The public docs do not define a single default AXM-writable permission grant target."; readonly docs: readonly []; readonly sources: readonly ["https://kiro.dev/docs/cli/custom-agents/configuration-reference/", "https://kiro.dev/docs/cli/"]; readonly scopes: readonly ["user", "project"]; readonly mechanism: readonly ["config-file"]; readonly configFiles: readonly [{ readonly scope: "project"; readonly path: ".kiro/agents/*.json"; readonly format: "json"; readonly gitignored: false; }, { readonly scope: "user"; readonly path: "~/.kiro/agents/*.json"; readonly format: "json"; readonly gitignored: false; }]; readonly grammar: { readonly style: "tool-call"; readonly example: "allowedTools: [\"Read\", \"Write\", \"Bash\"]"; readonly notes: "Permission rules are embedded in custom agent configuration files."; }; readonly prerequisites: readonly []; readonly cliFlags: readonly []; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; readonly reason: "AXM has not implemented a Kiro CLI custom-agent permission grant writer."; }; }; }; //# sourceMappingURL=kiro-cli.d.ts.map