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