SPDX-License-Identifier: Apache-2.0

interface Clusters {
    list(): string[];
    readCurrent(): string;
}

Implemented by

Methods