import { IsSymbolType as _IsSymbolType } from './is-symbol'; export declare const IsSymbolType_Name = "IsSymbolType"; export type IsSymbolType = _IsSymbolType; export declare const SymbolUtil_Name = "SymbolUtil"; export declare const SymbolUtil: { isSymbol: IsSymbolType; };