export declare function tryFnSync<R>(cb: () => R): R | Error;
