/** * Derive the type of a value * @param {any} value * @returns {string} */ export function typeOf(value: any): string;