/** (private) 执行 hook 函数,非生成器函数,返回 undefined */ declare const doHook: (func?: Function, success?: boolean) => any; export { doHook };