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