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