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