/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ import type { IRandom } from "@fluid-private/stochastic-test-utils"; import type { IMergeTreeOp } from "../ops.js"; import { type TestOperation } from "./mergeTreeOperationRunner.js"; import type { TestClient } from "./testClient.js"; export declare const insertField: TestOperation; export declare const obliterateField: TestOperation; export declare const obliterateFieldZeroLength: TestOperation; export declare const insertAvoidField: TestOperation; export declare const removeWithField: TestOperation; export declare const annotateWithField: TestOperation; export declare const generateInsertWithField: (client: TestClient, random: IRandom) => IMergeTreeOp | undefined; //# sourceMappingURL=obliterateOperations.d.ts.map