export declare function inlineTry<T, U>(f: () => T, g: U | ((err: unknown) => U)): T | U;
//# sourceMappingURL=inline-try.d.ts.map