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