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