import { ENV } from '.'; import { GetMapInfoFilterArguments, GetMapInfoResponse } from 'services/map/types'; export declare const getMapInfo: ({ env, coordinates, }: GetMapInfoFilterArguments) => Promise; export declare const getPublicSmartKeyInfoById: (env: ENV | undefined, opesId: string) => Promise; export declare const getHexagonsZlib: ({ env }: { env?: ENV | undefined; }) => Promise;