/** * Claude Code adapter hooks. * * These are thin adapters that translate Claude Code hook protocol * to Lisa events and delegate to the shared handlers. */ export { readStdin, IHookInput } from './stdin'; //# sourceMappingURL=index.d.ts.map