import { Decoder } from "../utils/interface"; /** * Decodes an unknown value into a number. */ export declare const number: Decoder;