/** * `spectral logout` — remove the persisted Aexol credentials. * * Idempotent: missing config is not an error. Always exits 0 unless the * filesystem itself misbehaves (in which case we surface the OS error). */ export declare function runLogout(): Promise; //# sourceMappingURL=logout.d.ts.map