/** * Cursor templates * * Directory structure: * cursor/ * ├── agents/ # Sub-agent definitions * └── hooks.json # Hooks configuration */ import { type AgentTemplate } from "../template-utils.js"; export type { AgentTemplate }; export declare const getAllAgents: () => AgentTemplate[]; export declare const getHooksConfig: () => string; //# sourceMappingURL=index.d.ts.map