import { BackendProvider } from '../types'; export declare const withTransaction: (provider: BackendProvider, callback: () => Promise) => Promise;