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