import type { TProperties, TArray } from '../../type/index.mjs'; export declare function FromArray(context: TProperties, type: TArray, value: unknown): unknown;