import freeze from "./freeze.js"; import is from "./is.js"; import _if from "./if.js"; import ifElse from "./ifElse.js"; import update, { skip } from "./update.js"; import updateIn from "./updateIn.js"; import constant from "./constant.js"; import omit from "./omit.js"; import omitBy from "./omitBy.js"; import pick from "./pick.js"; import pickBy from "./pickBy.js"; import filter from "./filter.js"; import reject from "./reject.js"; import matches from "./matches.js"; import myMap from "./map.js"; import mapIf, { mapIfElse } from "./mapIf.js"; declare const functions: { constant: typeof constant; filter: typeof import("remeda").filter; freeze: typeof freeze; ifElse: import("./ifElse.js").IfElse; if: import("./if.js").If; is: import("./is.js").Is; map: import("./map.js").Map; matches: import("./matches.js").Matches; omit: import("./omit.js").Omit; omitBy: typeof import("remeda").omitBy; pick: import("./pick.js").UPick; pickBy: typeof import("remeda").pickBy; reject: typeof import("remeda").filter; skip: () => Readonly<{ __skip: boolean; }>; update: import("./update.js").Update; updateIn: import("./updateIn.js").UpdateIn; mapIf: import("./mapIf.js").MapIf; mapIfElse: import("./mapIf.js").MapIfElse; }; export { filter, reject, pickBy, pick, omit, omitBy, constant, _if as if, ifElse, is, freeze, update, updateIn, skip, matches, myMap as map, mapIf, mapIfElse, }; declare const merged: import("./update.js").Update; declare const _default: typeof merged & typeof functions; export default _default; //# sourceMappingURL=index.d.ts.map