import { DecodeContext } from '../decode'; export declare function decodeNaN(): number; export declare function decodePositiveInfinity(): number; export declare function decodeNegativeInfinity(): number; export declare function decodeInt(context: DecodeContext): number; export declare function decodeFloat(context: DecodeContext): number;