import { type DrizzleExecutor } from "../drizzle.js"; import { type QueuedWebhookDelivery } from "../integrations/types.js"; /** * Converts every durable event in one sync sequence into eligible outgoing webhook delivery rows. * Sequence expansion stays at this boundary while delegated per-event transactions and uniqueness constraints make repeated calls safe. */ export declare function webhookDeliveryEnqueueSyncSequence(executor: DrizzleExecutor, nowProvider: () => Date, sequence: string): Promise; //# sourceMappingURL=webhookDeliveryEnqueueSyncSequence.d.ts.map