import { Scope } from '../types/graph'; export default function withTransaction(scope: Scope, fn: () => T): void;