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