import type Bundlr from "./bundlr"; import type { BundlrTransactonCtor } from "./types"; /** * Extended DataItem that allows for seamless bundlr operations, such as signing and uploading. * Takes the same parameters as a regular DataItem. */ export default function buildBundlrTransaction(bundlr: Bundlr): BundlrTransactonCtor;