declare const isString: (value: unknown) => value is string; export default isString; //# sourceMappingURL=is-string.d.ts.map