import { GetMapInfoFilterArguments, GetMapInfoResponse, GetPublicSmartKeyInfoByIdResponse } from './types'; export declare const getMapInfo: ({ env, coordinates, }: GetMapInfoFilterArguments) => Promise; export declare const getPublicSmartKeyInfoById: ({ env, opesId, }: any) => Promise; export declare const getHexagonsZlib: ({ env }: any) => Promise;