/** * Logout Command * Clear stored authentication credentials */ import { Command } from 'commander'; export declare const logoutCommand: Command; //# sourceMappingURL=logout.d.ts.map