import { EmbedConfig } from './types';
/**
 *
 * @param embedConfig
 */
export declare function getAuthenticationToken(embedConfig: EmbedConfig): Promise<string>;
/**
 * Resets the auth token and a new token will be fetched on the next request.
 * @example
 * ```js
 * resetCachedAuthToken();
 * ```
 * @version SDK: 1.28.0 | ThoughtSpot: *
 * @group Authentication / Init
 */
export declare const resetCachedAuthToken: () => void;
//# sourceMappingURL=authToken.d.ts.map