import { d as LogoutStatus } from '../auth-CA_YKtM2.js'; import '@parity/product-sdk-terminal'; import 'polkadot-api'; import '../allocations-CEPeZr6T.js'; /** * logout — sign out the current session. * * Flow: findSession() → null → "no session" ; else waitForLogout() */ /** * Format a logout status line. Pure function, unit-testable. */ declare function formatLogout(status: LogoutStatus): string; /** * Run the logout command. Finds the current session and signs out. */ declare function runLogout(envId: string): Promise; export { formatLogout, runLogout };