import { Coin } from "..";
type DelegationData = {
    validator_address: string;
    coin: Coin;
};
export type { DelegationData };
