import { HttpService } from "@open-pioneer/http"; export declare function fetchText(url: string, httpService: HttpService, signal: AbortSignal): Promise;