export declare const PRIVATE_AGENT_STATE_KEY = "atproto:agent:private"; export declare const PRIVATE_AGENT_SESSION_KEY = "atproto:agent:private-session-sub"; export declare function publicAgentStateKey(serviceEndpoint: string): string; export declare function customAgentStateKey(service: string): string; /** * Clears the cached authenticated agent. Call after sign-out or before restore. */ export declare function invalidateAtprotoPrivateAgent(): void;