import { PrimitiveType } from "./PrimitiveType"; export declare class NumberType extends PrimitiveType { getId(): string; }