export declare class ErrorMessages {
    static INVALID_CONTEXT_FOR_CLUSTER_DETAILED: (context: string, cluster?: string) => string;
}
