import type { HookContext } from '../types.js'; export declare function parsePiSessionStartStdin(raw: string): HookContext; export declare function parsePiStopStdin(raw: string): HookContext; export declare function formatPiOutput(context: string): string;