import { type SupportedAuthProvider } from "./types.js"; /** * Interactive `ggeditor login` flow. Uses the shared Ink-based provider * selector with the editor's warm palette + brand. Credentials saved to * ~/.gg/auth.json — same file ggcoder uses, so logging in via either CLI * works for both. */ export declare function runLogin(opts?: { provider?: SupportedAuthProvider; }): Promise; export declare function runLogout(provider?: SupportedAuthProvider): Promise; export declare function runStatus(): Promise; //# sourceMappingURL=login.d.ts.map