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