import { DelegationData } from "..";
type UndelegateData = DelegationData & {};
export type { UndelegateData };
