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

export = isSymbol;
