import { PrimitiveType } from "./PrimitiveType"; export declare class StaticType extends PrimitiveType { private type; constructor(type: string); getId(): string; }