export { value, defaultValue, time } from '@platform/util.value'; import { uniq, equals } from 'ramda'; export declare const R: { uniq: typeof uniq; equals: typeof equals; };