export declare const cloudApiEndpoint: string;
export declare const clusterEndpointMap: {
    [key: string]: string;
};
export declare const clusterEndpointMapReverse: {
    [key: string]: string;
};
