/**
 * typeOf returns the type of the value passed in.
 *
 * @param value any
 * @returns string
 */
export declare const typeOf: (value: any) => string;
