import * as arrays from "./arrays";
import * as numbers from "./numbers";
import * as objects from "./objects";
import * as misc from "./misc";
declare const _default: {
    arrays: typeof arrays;
    numbers: typeof numbers;
    objects: typeof objects;
    misc: typeof misc;
};
export default _default;
