import { type ChatSummary } from "../types.js"; export declare function asChat(row: Record): ChatSummary; //# sourceMappingURL=asChat.d.ts.map