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

export { isSymbol };
