import type { SessionAcpMeta } from "../../config/sessions/types.js"; import type { KlawConfig } from "../../config/types.klaw.js"; export declare function persistAcpDispatchTranscript(params: { cfg: KlawConfig; sessionKey: string; promptText: string; finalText: string; meta?: SessionAcpMeta; threadId?: string | number; }): Promise;