import type { HubCommandEnvelope, HubReplyEnvelope } from "@cline/shared"; import { type HubTransportContext } from "./context"; export declare function handleSessionInput(ctx: HubTransportContext, envelope: HubCommandEnvelope): Promise; export declare function handleRunAbort(ctx: HubTransportContext, envelope: HubCommandEnvelope): Promise; export declare function handleSessionHook(ctx: HubTransportContext, envelope: HubCommandEnvelope): Promise;