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