#!/usr/bin/env node /** * `npx ue-mcp auth` — interactive GitHub device-flow auth so feedback(submit) * can author issues as the user's real GitHub account. * * The same flow is offered inside `npx ue-mcp init` when the user opts into * the feedback prompt hook. This standalone entry point exists for people * who skipped that step at init time and want to authorize later without * re-running the full setup wizard. */ export declare function runFeedbackAuthStep(): Promise;