declare function wrapFunction_defineProperty<F extends Function>(fn: F, length?: number, name?: string): F;
declare function wrapFunction_newFunction_eval<F extends Function>(fn: F, length?: number, name?: string): F;
declare const _default: {
    wrapFunction_defineProperty: typeof wrapFunction_defineProperty;
    wrapFunction_newFunction_eval: typeof wrapFunction_newFunction_eval;
};
export default _default;
export declare const wrapFunction: typeof wrapFunction_defineProperty;
