import { EventInterface } from '../../../event.interface'; export declare class EventImporterSuuntoSML { static getFromXML(contents: string, name?: string): Promise; static getFromJSONString(jsonString: string): Promise; }