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