declare module "sap/esh/search/ui/flp/BackendSystem" { /*! * SAPUI5 * Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved. */ import SearchModel from "sap/esh/search/ui/SearchModel"; import { System } from "sap/esh/search/ui/sinaNexTS/sina/System"; export default class BackendSystem { static getSystem(searchModel: SearchModel): System; } } //# sourceMappingURL=BackendSystem.d.ts.map