import { type DrizzleExecutor } from "../drizzle.js"; import { type QueuedWebhookDelivery } from "../integrations/types.js"; /** * Lists the newest queued deliveries for an existing integration after server-level integration-admin authorization. * The bounded projection exposes delivery state without allowing ordinary integration users to inspect payload history. */ export declare function webhookDeliveryList(executor: DrizzleExecutor, actorUserId: string, integrationId: string, limit?: number): Promise; //# sourceMappingURL=webhookDeliveryList.d.ts.map