import { type AuthData } from "./store.js"; export declare function ensureFreshAuth(): Promise; export declare function refreshAccessToken(reason: string): Promise;