import { Regions } from "./Regions";
declare type EndpointMap = {
    [P in Regions]: string;
};
export declare class Constants {
    static readonly LegacyServerEndpoints: EndpointMap;
    static readonly ServerEndpoints: EndpointMap;
    static readonly OAuthAuthorizationKey: EndpointMap;
    static readonly getVehicles: string;
    static readonly getVehicleStatus: string;
    static readonly executeRemoteServices: string;
    static readonly statusRemoteServices: string;
    static readonly sendMessage: string;
    static readonly getRemoteServices: string;
    static readonly vehicleRelationships: string;
}
export {};
