export type { LoginCredentialKind, OAuthService, ParsedLoginCommand } from "./types.js"; import type { OAuthService, ParsedLoginCommand } from "./types.js"; export declare function getOAuthServices(): OAuthService[]; export declare function resolveOAuthService(input: string): OAuthService | undefined; export declare function parseLoginCommand(text: string): ParsedLoginCommand | null; //# sourceMappingURL=oauth.d.ts.map