import type { AuthData } from '../types'; export declare function ensureAuth(): AuthData; export declare function getAuth(): AuthData | null; //# sourceMappingURL=getAuth.d.ts.map