export declare class UsMapService { private coordinates; getUsMapCoordinates(): Promise<{ "id": string; "d": string; }[]>; }