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