import { type DrizzleExecutor } from "../drizzle.js"; /** * Reports whether a non-deleted chat is publicly visible or has an active membership for the export requester. * Applying visibility at artifact-build time prevents a previously authorized export from reading a private chat after membership is removed. */ export declare function dataExportCanAccessChat(executor: DrizzleExecutor, userId: string, chatId: string): Promise; //# sourceMappingURL=dataExportCanAccessChat.d.ts.map