import { voidFun } from '../common/constant'; export declare function nativeTryCatch(fn: voidFun, errorFn?: (err: any) => void): void;