import type { ObjectNode, QuadMatch } from "@ldobjects/rdf-utils"; import type { ProxyContext } from "../ProxyContext"; export type ArrayProxyTarget = [ quadMatch: QuadMatch, curArray: ObjectNode[], isSubjectOriented?: boolean, isLangStringArray?: boolean ]; export declare function createArrayHandler(proxyContext: ProxyContext): ProxyHandler;