import { Flip } from './types'; /** * Flips the first 2 arguments of a function. * @name flip(fn: (a: A, b: B) => C): Curry2 */ export declare const flip: Flip;