import { Type } from "./Type"; export default class NumberType implements Type { serialize(): Object; static deserialize(raw: Object): NumberType; }