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