import { type DrizzleExecutor } from "../drizzle.js"; import type { DocumentHostSummary } from "./types.js"; /** Lists safe document metadata attached to one plugin chat only while the token actor remains an active member. The single read transaction keeps membership revocation and the attachment projection on one database snapshot without exposing owner or cross-channel metadata. */ export declare function documentListForChatHost(executor: DrizzleExecutor, actorUserId: string, chatId: string): Promise; //# sourceMappingURL=documentListForChatHost.d.ts.map