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