export declare const useUserActions: ({ onUserDisabled, onUserEnabled, }: { onUserDisabled?: (response: any) => void; onUserEnabled?: (response: any) => void; }) => { handleDisableUser: (user: any) => void; handleEnableUser: (user: any) => void; }; //# sourceMappingURL=useUserActionsMethods.d.ts.map