export interface IAsyncTransaction { readonly prepare: () => void; readonly commit: () => Promise; }