export interface TransactionProvider {
    getTransactionScope(): Promise<object>;
}
//# sourceMappingURL=transaction-provider.d.ts.map