declare const isString: (value: any) => value is string; export default isString;