export declare const getMapInfoRaw = "\n\tquery getMapInfo($input: FilterGetMapInfo) {\n\t\tgetMapInfo(input: $input) {\n\t\t\tsmartKeys {\n\t\t\t\t\tid\n\t\t\t\t\topesID\n\t\t\t\t\tlongitude\n\t\t\t\t\tlatitude\n\t\t\t\t\tisMonster\n\t\t\t\t\tcountry\n\t\t\t\t\tregion\n\t\t\t\t\tcity\n\t\t\t}\n\t\t\tcheckins {\n\t\t\t\t\tid\n\t\t\t\t\topesID\n\t\t\t\t\tlongitude\n\t\t\t\t\tlatitude\n\t\t\t\t\tevents\n\t\t\t\t\tisMonster\n\t\t\t}\n\t\t\tmonsterBeacons {\n\t\t\t\t\tid\n\t\t\t\t\tmonsterID\n\t\t\t\t\tlongitude\n\t\t\t\t\tlatitude\n\t\t\t\t\tcity\n\t\t\t\t\tregion\n\t\t\t\t\tcountry\n }\n\t\t}\n\t}\n"; export declare const getPublicSmartKeyInfoByIdRaw = "\n\tquery getPublicSmartKeyInfoById($input: String!) {\n\t\tgetPublicSmartKeyInfoById(opesId: $input) {\n\t\t\t\tcountry\n\t\t\t\tregion\n\t\t\t\tcity\n\t\t}\n\t}\n"; export declare const getHexagonsZlibRaw = "\n\tquery getHexagons {\n\t\t\tgetHexagonsZlib \n\t}\n";