import { uniq, prop, sortBy, mergeDeepRight } from 'ramda'; export declare const R: { uniq: typeof uniq; prop: typeof prop; sortBy: typeof sortBy; mergeDeepRight: typeof mergeDeepRight; }; export { value, id } from '@platform/util.value'; export { Model } from '@platform/fsdb.model'; export { coord } from '@platform/cell.coord'; export { Schema, Uri, Squash } from '@platform/cell.schema';