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

export { isSymbol as default, isSymbol };
