import { type ChatBookmarkSummary } from "./types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Lists every bookmark in an accessible chat by explicit sort order, preserving its message, file, URL, emoji, and creator references. * Rejecting inaccessible chats before reading bookmarks prevents their titles and targets from leaking private conversation structure. */ export declare function chatBookmarkList(executor: DrizzleExecutor, userId: string, chatId: string): Promise; //# sourceMappingURL=chatBookmarkList.d.ts.map