declare module "sap/esh/search/ui/timecontroller/request" { /*! * SAPUI5 * Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved. */ /*! * SAPUI5 * Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved. * */ interface Request { execute: () => Promise; equals: (other: Request) => boolean; clone: () => Request; } } //# sourceMappingURL=request.d.ts.map