/** * agent-hooks library exports. * * Public hook types for the canonical V3 ledger. */ export type { Adapter } from "../adapter.js"; export type { EventV3 as Event } from "../events/v3/contract.js"; export { EventV3Schema } from "../events/v3/contract.js"; export * from "./prompt-context/index.js"; //# sourceMappingURL=index.d.ts.map