import type { TypeHelpers, TypeOptions } from "./types"; /** @internal */ export declare function createArrayTypeHelpers({ realm, getClassHelpers, name, objectSchemaName }: TypeOptions): TypeHelpers;