/** * Request encoding. One of 'KVP', 'REST'. */ declare enum WMTSRequestEncoding { KVP = 'KVP', REST = 'REST', } export default WMTSRequestEncoding;