import { IComparable } from '../Comparers/_types'; export default function isComparable(subject: unknown): subject is IComparable;