import { type DrizzleExecutor } from "../../drizzle.js"; import { type WebhookSubscriptionSummary } from "../../integrations/types.js"; /** * Loads one webhookSubscriptions row through the shared summary selection and rejects a missing post-create record. * Keeping construction lookup beside asSubscription guarantees create and update paths return the same durable projection. */ export declare function getSubscriptionDb(executor: DrizzleExecutor, subscriptionId: string): Promise; //# sourceMappingURL=getSubscriptionDb.d.ts.map