import type { AuthStatusSnapshot } from './auth-status.js'; export declare function formatAuthStatusSummary(snapshot: AuthStatusSnapshot): string;