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