import type { NodeSavedState } from '@atproto/oauth-client-node'; export declare class AuthState { key: string; state: NodeSavedState; }