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