export declare function useSafeQuery(query: string, params: Record, skip?: boolean): { response: import("../components/webservice").ParsedResponse | null; error: Error | null; pushNotice: import("../components/webservice").PushNotice | null; isLoading: boolean; loadingProgress: number; refetch: () => void; };