import { type DrizzleExecutor } from "../../drizzle.js"; /** * Requires an active human users identity to have current membership in a live, unarchived chat before an integration posts there. * Combining user, account, chat, and membership lifecycle checks prevents slash commands and webhooks from targeting stale relationships. */ export declare function requireChatMemberDb(executor: DrizzleExecutor, userId: string, chatId: string): Promise; //# sourceMappingURL=requireChatMemberDb.d.ts.map