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