export declare class ClusterNotFound extends Error {
    constructor(name: string);
}
