import { NotFoundException } from "./common.exceptions"; export declare class ClusterNotFoundException extends NotFoundException { /** * ClusterNotFoundException * @param id - Cluster id */ constructor(id?: string); }