/** * detect type of value * * @param {*} value * @return {string} */ export declare function detectType(value: any): string;