export default function PHXGetToken(): {
    accessToken: string | null;
};
