/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import { Cube } from './interfaces'; export declare function patchCubeArray(allocatedSize: number, empty: Partial, cubes: Cube[]): Cube[];