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