#!/usr/bin/env node /** * Logout command. */ declare const logout: () => Promise; export default logout;