import { Select, Selector } from './types'; export declare function curry2(select: Select): Selector;