/**
 * Attempts to publish all unpublished events
 * @returns Promise that resolves to the number of events attempted
 */
export declare function publishUnpublishedEvents(): Promise<number>;
/**
 * Starts the monitoring of unpublished events
 */
export declare function startUnpublishedEventsMonitor(): void;
/**
 * Stops the monitoring of unpublished events
 */
export declare function stopUnpublishedEventsMonitor(): void;
