import { pipe, uniq, sortBy, prop } from 'ramda'; export declare const R: { pipe: typeof pipe; uniq: typeof uniq; sortBy: typeof sortBy; prop: typeof prop; }; import { value, defaultValue } from '@platform/util.value'; export { value, defaultValue }; export declare const deleteUndefined: typeof value.deleteUndefined; export declare const cuid: () => string; export declare const slug: () => string; export { IFs } from '@platform/fs.types'; export { Mime } from '@platform/util.mimetype'; export { MemoryCache } from '@platform/cache/lib/MemoryCache'; export { wildcard } from '@platform/util.string/lib/wildcard'; export { queryString } from '@platform/util.string/lib/queryString'; export { coord } from '@platform/cell.coord';