import { Functor } from './'; export declare const isFunctor: (x: unknown) => x is Functor;