import { Fun } from './';
export declare function flip<A, B, R>(f: Fun<[A], Fun<[B], R>>): Fun<[B], Fun<[A], R>>;
