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