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