/** * Hooks Module * * Exports the hooks system for Hari Seldon. * Allows custom code to run in response to events during agent execution. */ export * from './types.js'; export { HookManager } from './hook-manager.js'; export { HookExecutor } from './hook-executor.js'; //# sourceMappingURL=index.d.ts.map