/** * Returns true if the subject is a string * @param subject */ export default function isString(subject: T | string): subject is string;