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