declare const getTokenFromHostedUI: (data: any) => Promise<string>;
export { getTokenFromHostedUI };
