declare const getTokenSync: () => Promise<string | null | undefined>;
export default getTokenSync;
