import * as React from "react"; import { QueryCache, QueryClient } from "@tanstack/react-query"; import { render, RenderOptions } from "@testing-library/react"; export declare const queryCache: QueryCache; export declare const queryClient: QueryClient; export declare const customRender: (ui: React.ReactElement, options?: Omit) => ReturnType; export * from "@testing-library/react"; export { userEvent } from "@testing-library/user-event"; export { customRender as render }; /** * react-testing-library has special rule for userevent.type/keyboard * We need to escape the { with {{ * ref: https://testing-library.com/docs/user-event/keyboard * @param value Instill reference value like ${user.name} * @returns escaped value like ${{user.name} */ export declare const getEscapedReferenceValueForReactTestingLibrary: (value: string) => string; //# sourceMappingURL=utils.d.ts.map