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