interface RequestOptions extends RequestInit { params?: Record; } /** * Requests a URL, returning a promise * * @deprecated use `useFetchClient` instead. */ export declare function request(url: string, options?: RequestOptions, shouldWatchServerRestart?: boolean, stringify?: boolean, { noAuth }?: { noAuth?: boolean; }): Promise; export {}; //# sourceMappingURL=request.d.ts.map