import { Project, ProjectFileSystem, RunUIApplication } from '@sap/artifact-management-base-types'; export default class LaunchpadPageGenerator { private cloudService; build(project: Project, fs: ProjectFileSystem, isCurrentApiDeploy: boolean, isKyma: boolean): Promise; render(project: Project, fs: ProjectFileSystem, isCurrentApiDeploy: boolean, isKyma: boolean): Promise; buildUShellConfig(applications: RunUIApplication[], isCurrentApiDeploy: boolean, isMultitenant: boolean): { defaultRenderer: string; renderers: { fiori2: { componentData: { config: { enableSearch: boolean; }; }; }; }; applications: any; }; }