import React, { type ReactElement } from 'react'; import { type RenderOptions } from '@testing-library/react'; export declare const swrWrapper: ({ children }: { children: any; }) => React.JSX.Element; export declare const renderWithSwr: (ui: ReactElement, options?: Omit) => import("@testing-library/react").RenderResult; //# sourceMappingURL=test-utils.d.ts.map