import Apply from "../../specifications/Apply"; export default function liftA2(fn: (a1: A1) => (a2: A2) => B): (fa1: Apply) => (fa2: Apply) => Apply;