/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ import type { ISequencedDocumentMessage } from "@fluidframework/driver-definitions/internal"; export declare const opSize: (op: ISequencedDocumentMessage) => number; //# sourceMappingURL=opProperties.d.ts.map