import { type Type } from '@frontmcp/di'; export type HookBase = (input: In, ctx?: Ctx) => Promise; export type HookType = Type>; //# sourceMappingURL=hook.interface.d.ts.map