import { type RequestInit } from "undici";
export declare const fetchText: (url: string, options?: RequestInit) => Promise<string>;
