import { DAO } from "../types";
export declare const useDaos: (mongoBFFUrl: string) => {
    daosLoading: boolean;
    daos: DAO[];
};
