import { UseQueryOptions } from 'react-query'; export interface ParentArtDoingConfig { projectId?: string; } export default function useParentArtDoing(config?: ParentArtDoingConfig, options?: UseQueryOptions): import("react-query/types/").QueryObserverResult;