/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ /** * Converts a Uint8Array array to an ArrayBuffer. * @param array - Array to convert to ArrayBuffer. * * @deprecated Moved to the `@fluidframework-internal/client-utils` package. * @internal */ export declare function Uint8ArrayToArrayBuffer(array: Uint8Array): ArrayBuffer; //# sourceMappingURL=bufferShared.d.ts.map