import type { HandlerFactoryParams } from "../types.js"; export interface HandlerParams extends HandlerFactoryParams { debug?: boolean; }