export declare const useProjectAPI: () => { getProjects: (accessToken?: string, cookie?: string | null) => Promise | undefined, "application/json">, "error"> & { error: string | null; }>; getProject: (proj_id: string) => Promise, "application/json">, "error"> & { error: string | null; }>; };