import { QueryClient } from '@tanstack/react-query'; /** * 默认 react-query 配置 */ export declare const queryClient: QueryClient;