import { sortBy, prop, uniq } from 'ramda'; export declare const R: { sortBy: typeof sortBy; prop: typeof prop; uniq: typeof uniq; };