import type { loadConfig } from "../../../config/config.js"; import type { WebInboundMsg } from "../types.js"; import { type EnvelopeFormatOptions } from "../../../auto-reply/envelope.js"; export declare function formatReplyContext(msg: WebInboundMsg): string | null; export declare function buildInboundLine(params: { cfg: ReturnType; msg: WebInboundMsg; agentId: string; previousTimestamp?: number; envelope?: EnvelopeFormatOptions; }): string;