import type { Hook, HookOptions } from '../create-hook.js'; import { type WorkflowOrchestratorContext } from '../private.js'; export declare function createCreateHook(ctx: WorkflowOrchestratorContext): (options?: HookOptions) => Hook; //# sourceMappingURL=hook.d.ts.map