export = clientFetch; declare function clientFetch(url: string, options?: import("../../package-shared/types").FetchApiOptions, contentType?: "json" | "text" | "html" | "blob" | "file"): Promise; declare namespace clientFetch { export { clientFetch as fetchApi }; }