declare const XEUtils: {
    (): void;
    VERSION: string;
    mixin: typeof mixin;
    setup: typeof setup;
};
declare function mixin(): void;
declare function setup(options: any): any;
export default XEUtils;
