import { type DrizzleExecutor } from "../../drizzle.js"; /** * Finds the active outgoing webhookSubscriptions target for a case-insensitive slashCommands name and commands:receive scope. * The joined predicate keeps command, integration, subscription, direction, and event-type eligibility in one dispatch decision. */ export declare function findSlashSubscriptionDb(executor: DrizzleExecutor, command: string): Promise<{ id: string; integrationId: string; subscriptionId: string; }>; //# sourceMappingURL=findSlashSubscriptionDb.d.ts.map