export declare const codestudioAgent: { readonly id: "codestudio"; readonly name: "Code Studio"; readonly vendor: "Syncfusion"; readonly homepage: "https://www.syncfusion.com/code-studio/"; readonly interfaces: readonly ["ide-extension"]; readonly family: null; readonly rootDir: ".codestudio"; readonly lifecycle: { readonly state: "active"; }; readonly detection: { readonly project: { readonly markers: readonly [{ readonly kind: "dir"; readonly path: ".codestudio"; readonly signal: "definitive"; readonly note: null; }]; }; readonly user: { readonly markers: readonly [{ readonly kind: "dir"; readonly path: "~/.codestudio"; readonly signal: "definitive"; readonly note: null; }]; }; }; readonly docs: readonly [{ readonly label: "Code Studio documentation"; readonly url: "https://help.syncfusion.com/code-studio/welcome-to-code-studio"; }]; 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://www.syncfusion.com/code-studio/features/"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "vendor"; readonly directory: ".codestudio/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: "Code Studio supports custom stdio and remote HTTP MCP servers."; readonly docs: readonly []; readonly sources: readonly ["https://www.syncfusion.com/code-studio/features/", "https://help.syncfusion.com/code-studio/reference/configure-properties/mcp/customservers"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "parity"; readonly convention: "vendor"; readonly transports: readonly ["stdio", "http"]; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; }; }; readonly subagent: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Code Studio custom agents are stored under .codestudio/agents."; readonly docs: readonly []; readonly sources: readonly ["https://www.syncfusion.com/code-studio/features/", "https://github.com/syncfusion/code-studio-library"]; readonly scopes: readonly ["user", "project"]; readonly directory: ".codestudio/agents"; readonly layout: "directory"; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; }; }; readonly hook: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Code Studio exposes command-based lifecycle hooks, but its public documentation does not enumerate a stable event and matcher grammar."; readonly docs: readonly []; readonly sources: readonly ["https://www.syncfusion.com/code-studio/features/"]; readonly scopes: readonly ["user", "project"]; readonly modeling: "native-unmodeled"; }; readonly axm: { readonly status: "unsupported"; readonly writer: null; readonly lastVerified: null; }; }; }; readonly instructions: { readonly native: { readonly availability: { readonly via: "native"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: "Code Studio supports AGENTS.md and its own instruction/rule surfaces; this entry models the universal AGENTS.md surface."; readonly docs: readonly []; readonly sources: readonly ["https://help.syncfusion.com/code-studio/features/globalagent", "https://www.syncfusion.com/code-studio/features/"]; readonly scopes: readonly ["user", "project"]; readonly standardsCompliance: "full"; readonly convention: "universal"; readonly kind: "agents-md"; readonly files: readonly ["AGENTS.md"]; readonly nestedDiscovery: false; readonly importSyntax: null; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; }; }; readonly permissions: { readonly native: { readonly availability: { readonly via: "none"; }; readonly vendorStatus: { readonly state: "active"; }; readonly notes: null; readonly docs: readonly []; readonly sources: readonly []; }; readonly axm: { readonly status: "unsupported"; readonly lastVerified: null; readonly writer: null; }; }; }; //# sourceMappingURL=codestudio.d.ts.map