/** * Flowtype definitions for query-client * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ import { QueryClient } from "react-query"; declare export var queryClientFixture: () => QueryClient;