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