import { Delegate } from "../models/Delegate"; import { Transaction } from "../models/Transaction"; export declare const delegateCosmos: (delegatingAccount: Delegate) => void | Promise; export declare const sendCosmos: (tx: Transaction) => void | Promise; //# sourceMappingURL=cosmos.d.ts.map