import { EventInterface } from '../../event.interface'; export declare class EventExporterJSON { static fileType: string; static fileExtension: string; static getAsString(event: EventInterface): Promise; }