import { List } from "../../interfaces/models/List";
declare function useFetchRootList(): () => Promise<List>;
export default useFetchRootList;
