/** * @description may not work after being minify due to scoped name collision * */ export declare function wrapFunction(_host_function_: F, n?: number, name?: string): F; /** * @description safe under minify, but occur more call stack size * */ export declare function safeWrapFunction(_host_function_: F, n?: number, name?: string): F;