/** * @return Returns true for any value where typeof equals 'string' or an object created with String constructor */ export declare function isString(value: any): boolean; //# sourceMappingURL=is-string.function.d.ts.map