import { Transaction } from "../models/Transaction"; export declare const sendAlgorand: (tx: Transaction) => void | Promise; //# sourceMappingURL=algorand.d.ts.map