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