export function maybeThrowOnFail(throwOnFail: boolean, result: TResult): TResult extends { throwOnError: true; } ? Omit : TResult; //# sourceMappingURL=maybeThrowOnFail.d.ts.map