/** OS keyring `service` identifier for every twist-cli secret. */ export declare const SECURE_STORE_SERVICE = "twist-cli"; /** * Legacy single-user keyring slot. `migrateLegacyAuth` deletes it after a * successful migration; the runtime token store reads it as a last resort * when migration can't complete (e.g. offline `identifyAccount`). */ export declare const LEGACY_KEYRING_ACCOUNT = "api-token"; //# sourceMappingURL=auth-constants.d.ts.map