/** * swr fetcher * @see https://swr.vercel.app/ja/docs/data-fetching#fetch * @param {string} url */ export declare const fetcher: (url: string) => Promise; //# sourceMappingURL=swr.d.ts.map