export interface UseSignOutAllReturn {
    signOutAll: () => Promise<void>;
}
export default function useSignOutAll(): UseSignOutAllReturn;
