export declare function transaction(fn: () => T, onFailure?: (err: any) => T | void): void | T;