import type { PluginHookContributions } from "../../types/hook"; type ChatMessageHook = NonNullable; export declare function createStopGuardHandler(): ChatMessageHook; export {};