import { Event } from './notifications/Event';
import { Notification } from './types';
export declare const processEvents: (events: Event[]) => Promise<Notification[]>;
//# sourceMappingURL=processor.d.ts.map