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