import type { PluginHookContributions } from "../../types/hook"; type MessagesTransformHook = NonNullable; export declare const PHASE_REMINDER = "Recall Workflow Rules:\nUnderstand \u2192 choose best path (delegate by rules and parallelize independent work) \u2192 execute \u2192 verify.\nIf mentioning a specialist, launch it in the same turn."; export declare function createPhaseReminderHandler(): MessagesTransformHook; export {};