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