/** * Lifecycle module exports * * Plugin lifecycle hook execution with error handling. * * @module lifecycle */ export { HookExecutor } from "./hook-executor.js"; //# sourceMappingURL=index.d.ts.map