import type { JWTResponse } from '@baseapp-frontend/utils/types/jwt'; /** * This function is intended for web usage only * because it relies on `NEXT_PUBLIC_API_BASE_URL`. */ declare const preAuthenticateJWT: (token?: string) => Promise; export default preAuthenticateJWT; //# sourceMappingURL=index.d.ts.map