import type { ClientApplication } from '../../client';
export declare function getSessionToken(appBridge: ClientApplication): Promise<string>;
