import { ConvoGraphDb } from "./convo-graph-types";
export declare const convoGraphToConvo: (db: Partial<ConvoGraphDb>) => string;
