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