/** * Auth View * * Renders the authentication provider selection screen. */ import type { AppState } from "../state.js"; export declare function renderAuthView(state: AppState): string; //# sourceMappingURL=auth.d.ts.map