import { ValueType } from '../types'; export declare function detectSymbol(value: any): ValueType;