/** * Effect-first library for writing Claude Code hooks, plugins, skills, * subagents, and settings in a maximally Effect-native way. * * @since 0.1.0 * @packageDocumentation */ export * as ClaudeRuntime from './ClaudeRuntime.js'; export * as ClaudeProject from './ClaudeProject.js'; export * as Hook from './Hook.js'; export * as Settings from './Settings.js'; export * as Plugin from './Plugin.js'; export * as Frontmatter from './Frontmatter.js'; export * as Mcp from './Mcp.js'; export * from './Errors.js'; export * as Testing from './Testing.js'; //# sourceMappingURL=index.d.ts.map