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