/**
 */
declare function isString(val: any): boolean;
export default isString;
