export = clientFetch; declare function clientFetch(url: string, options?: import("../../package-shared/types").FetchApiOptions, csrf?: boolean): Promise; declare namespace clientFetch { export { clientFetch as fetchApi }; }