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