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