declare function isSymbol(val: any): val is symbol; export default isSymbol;