export declare function isStringLike(item: unknown): item is string | String;