import { EditorModel } from '../model/editormodel'; import { MapProfile } from '../model/mapmodel'; export declare function genReport(text: string, mapProfile: MapProfile, ref: EditorModel, imp: EditorModel): string; //# sourceMappingURL=reportFunctions.d.ts.map