declare function wrapFunction_defineProperty(fn: F, length?: number, name?: string): F; declare function wrapFunction_newFunction_eval(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;