import RunUI, { RunUIApplication, RunUIOptions } from './RunUI'; import { KeyIn } from '../util/Types'; import { ModuleType } from '../definitions/ModuleType'; export default class UI5RunUI implements RunUI { getType(): KeyIn; applications({ fs }: RunUIOptions): Promise; private makeValidSemanticObject; }