import type { TUndefined, TProperties } from '../../type/index.mjs'; export declare function FromUndefined(_context: TProperties, _type: TUndefined, value: unknown): unknown;