import type { DrizzleExecutor } from "../drizzle.js"; import type { DocumentWriteRequestSummary } from "./types.js"; /** Lists the 100 newest pending or recent document-write approval cards for one actively joined chat without exposing staged Yjs payloads or mutating durable state. This client projection keeps approval history bounded while requiring the same membership as the chat UI. */ export declare function documentWriteRequestList(executor: DrizzleExecutor, actorUserId: string, chatId: string): Promise; //# sourceMappingURL=documentWriteRequestList.d.ts.map