export declare class ScopedClothoConfigService { static addShard(shardID?: string, urls?: string, user?: string, password?: string): boolean static getClassicClothoShard(): string static getShardStatuses(): Record static listShards(): Record static moveShard(shardID?: string, urls?: string, user?: string, password?: string): boolean static refresh(force?: boolean): void static refreshInCluster(force?: boolean): void static removeEndpoints(): boolean static removeShard(shardID?: string): boolean static setClassicClothoShard(shardID?: string): boolean static setConfig(name?: string, urls?: string, user?: string, password?: string): boolean static shardCount(): number static testConnectivity(): void static testShardConnectivity(shardID?: string): void }