export declare const useDelegateTodRep: () => {
    delegate: (dRepId: string | undefined) => Promise<void>;
    isDelegating: string | null;
};
