declare function isString(value: any): value is string;
export default isString;
