import { AtlasRequest, MapFeatureSchema, MapRequest, MapSchema, Properties } from "@hokuto/jam-core";
export declare function getJamData<T>(url: string, options?: Properties<string>): Promise<T>;
export declare function getJamImage(baseurl: string, options?: Properties<string>): Promise<Blob>;
export declare function getFeaturesMap(args: MapRequest): Promise<Partial<MapFeatureSchema>[]>;
export declare function getFeaturesAtlas(args: AtlasRequest): Promise<MapSchema[]>;
