export declare const useGetProjects: () => import("@tanstack/react-query").UseQueryResult<import("@base/api").Project[], Error>;
