declare const isString: (value: any, fuzzy?: boolean) => value is string; export default isString;