export declare const useQuery: (variables: Variables, fetcher: (variables: Variables) => Promise) => { error: boolean; data: Response_1 | null; loading: boolean; success: boolean; };