import type { AuthPanelState } from '../../../../types/authPanel'; export declare const resolveAuthState: (cwd: string) => AuthPanelState;