export interface IntegrationCampaignRecoveryResult { selected: number; dispatched: number; skipped: number; failed: number; } /** * Wake due campaign chunks without claiming or executing them in the sweep. * The signed process-task endpoint owns the lease and all mutations. */ export declare function recoverDueIntegrationCampaigns(options: { limit?: number; event?: unknown; webhookBaseUrl?: string; }): Promise; //# sourceMappingURL=integration-campaign-recovery.d.ts.map