import { Monad } from "./main";
export declare function isMonad<A = any>(candidate: unknown): candidate is Monad<A>;
