export declare class Sym { private static _cache; private static _initialized; readonly name: string; private constructor(); static for(name: string): Sym; static isSym(value: unknown): value is Sym; toString(): string; valueOf(): string; static clearInternCache(): void; } //# sourceMappingURL=sym.d.ts.map