Version: 1.0.01.0.11.0.21.0.31.0.41.1.01.1.1
declare function isSymbol(value: unknown): value is (symbol | Symbol);
export = isSymbol;