import { BaseEvent } from '../types';
export declare const addCreator: (events: BaseEvent[], enrollmentId: any) => BaseEvent[];
