import { RiotAPITypes } from "./@types";
export declare function regionToCluster(region: RiotAPITypes.LoLRegion): RiotAPITypes.Cluster;
