import type { HookContext } from '../types.js'; export declare function parseHermesSessionStartStdin(raw: string): HookContext; export declare function parseHermesStopStdin(raw: string): HookContext; export declare function formatHermesOutput(context: string): string;