declare const first: <T>() => import("ramda").Lens<T[], T>;
declare const second: <T>() => import("ramda").Lens<T[], T>;
export { first, second };
