/** * `cortex logout` — remove only cortex's section of the shared * credentials file. Engram and persona credentials in the same file are * preserved; this isn't "wipe pyre," it's "sign cortex out." * * After this, `cortex serve` falls back to local mode (or env-var * overrides). Does not destroy any remote Cortex Cloud deployment. */ export declare function runLogout(_args: string[]): Promise; //# sourceMappingURL=logout.d.ts.map