/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ import { type IConfigRange, type IMergeTreeOperationRunnerConfig } from "./mergeTreeOperationRunner.js"; interface IReconnectFarmConfig extends IMergeTreeOperationRunnerConfig { minLength: number; clients: IConfigRange; } export declare const defaultOptions: IReconnectFarmConfig; export {}; //# sourceMappingURL=client.reconnectFarm.spec.d.ts.map