export type AuthCommandOptions = {}; /** * Auth command - Browser-based OAuth authentication for integrations * * Usage: * ralph-starter auth Start OAuth flow for a service * ralph-starter auth --list Show auth status for all services * ralph-starter auth --logout Remove credentials for a service */ export declare function authCommand(service: string | undefined, options: { list?: boolean; logout?: string; }): Promise; //# sourceMappingURL=auth.d.ts.map