export declare function nativeTryCatch(fn: () => void, errorFn?: (arg0: unknown) => void): void;