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