export interface Project { id: string; name: string; } export declare function useSubjectProjects(): import("@tanstack/react-query").UseQueryResult;