/** * OAuth login for CLI machine ownership (called from interactive `spectral login`). * * Thin wrapper around the shared `runOAuthFlow()` in auth-helper.ts, adding * interactive messaging specific to the `spectral login` command. */ export declare function runLoginOAuth(): Promise; //# sourceMappingURL=login-oauth.d.ts.map