declare function toImageMap(id: any, cells: any[], clientRect: any): { name: any; id: any; areas: any[]; imageHeight: number; imageWidth: number; }; declare const QMSCKEditorBPMNFunctions: { toImageMap: typeof toImageMap; }; export default QMSCKEditorBPMNFunctions;