export default createRootURLMiddleware; /** * @param {string} rootURL * @return {import('../types').APIFetchMiddleware} Root URL middleware. */ declare function createRootURLMiddleware(rootURL: string): import('../types').APIFetchMiddleware; //# sourceMappingURL=root-url.d.ts.map