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