export { value, defaultValue, time } from '@platform/util.value'; export { DbUri } from '@platform/fsdb.types'; import { uniq, is, sortWith, ascend, descend, prop } from 'ramda'; export declare const R: { uniq: typeof uniq; is: typeof is; sortWith: typeof sortWith; ascend: typeof ascend; descend: typeof descend; prop: typeof prop; };