declare module "sap/esh/search/ui/sinaNexTS/providers/tools/util" { import { ResultSet } from "sap/esh/search/ui/sinaNexTS/sina/ResultSet"; type Fetcher = () => Promise; type Parser = (response: ResponseType) => Promise; function handleError(fetcher: Fetcher, parser: Parser): Promise; } //# sourceMappingURL=util.d.ts.map