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