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