import Apply from "../../specifications/Apply"; export default function ap(apply: Apply): (applyFn: Apply<(a: A) => B>) => Apply;