export interface Transaction { try(data: I): Promise; catch(e: any): Promise; finally(): Promise; }