import type { ArrayProxy } from "./ArrayProxy"; export declare function isArrayProxy(someObject?: unknown): someObject is ArrayProxy;