import { type DrizzleExecutor } from "../../drizzle.js"; export declare function outgoingSubscriptionIds(executor: DrizzleExecutor, eventType: string, chatId?: string): Omit; }, "partial", Record<"webhook_subscriptions", "not-null"> & { integrations: "not-null"; }, false, "orderBy" | "where", { id: string; }[], { id: import("drizzle-orm/sqlite-core").SQLiteColumn<{ name: "id"; tableName: "webhook_subscriptions"; dataType: "string"; columnType: "SQLiteText"; data: string; driverParam: string; notNull: true; hasDefault: false; isPrimaryKey: true; isAutoincrement: false; hasRuntimeDefault: false; enumValues: [string, ...string[]]; baseColumn: never; identity: undefined; generated: undefined; }, {}, { length: number | undefined; }>; }>, "orderBy" | "where">; //# sourceMappingURL=outgoingSubscriptionIds.d.ts.map