import { type DrizzleExecutor } from "../drizzle.js"; /** * Reports an active, unrevoked posting restriction targeting the user either server-wide or in the requested chat. * Ignoring expired actions lets message guards apply moderation immediately without requiring a cleanup job to remove historical records first. */ export declare function chatIsPostingRestricted(executor: DrizzleExecutor, userId: string, chatId: string): Promise; //# sourceMappingURL=chatIsPostingRestricted.d.ts.map