import { StructuralObject } from './entity-aspect'; import { DataProperty } from './entity-metadata'; /** For use by breeze plugin authors only. The class is for use in building a [[IModelLibraryAdapter]] implementation. @adapter (see [[IModelLibraryAdapter]]) @hidden */ export declare function makePrimitiveArray(arr: any[], parent: StructuralObject, parentProperty: DataProperty): Object;