import { type DrizzleExecutor } from "../drizzle.js"; import { type DraftSummary } from "./types.js"; /** * Lists every durable chat draft owned by one user without exposing another user's composer state. * Stable chat ordering and revision metadata let any signed-in node reconcile the complete personal projection deterministically. */ export declare function draftList(executor: DrizzleExecutor, actorUserId: string): Promise; //# sourceMappingURL=draftList.d.ts.map