import { RootCollectionInfo } from "../api/projects"; export declare function useRootCollectionSuggestions({ projectId }: { projectId: string; }): { rootPathSuggestions: RootCollectionInfo[] | undefined; };