import type { PropertyAccessor, PropertyOptions } from "./types";
/** @internal */
export declare function createArrayPropertyAccessor({ realm, type, name, columnKey, objectType, embedded, linkOriginPropertyName, getClassHelpers, optional, }: PropertyOptions): PropertyAccessor;
