import type { NodeSavedSession } from '@atproto/oauth-client-node'; export declare class AuthSession { key: string; session: NodeSavedSession; }