import { default as Apply } from '../Apply'; export default interface Chain extends Apply { chain(fn: (a: A) => Chain): Chain; }