import { SWRResponse } from 'swr'; export type SWRResponseWithUtils = SWRResponse & U; export declare const withUtils: (response: SWRResponse, utils: U) => SWRResponseWithUtils;