import { NotificationsService } from './notifications.service.js';
export declare class NotificationsScheduler {
    private readonly notificationsService;
    constructor(notificationsService: NotificationsService);
    handleCleanup(): Promise<void>;
}
