import { EmbedConfig } from '../types';
/**
 * Gets the configuration embed was initialized with.
 * @returns {@link EmbedConfig} The configuration embed was initialized with.
 * @version SDK: 1.19.0 | ThoughtSpot: *
 * @group Global methods
 */
export declare const getEmbedConfig: () => EmbedConfig;
/**
 * Sets the configuration embed was initialized with.
 * And returns the new configuration.
 * @param newConfig The configuration to set.
 * @version SDK: 1.27.0 | ThoughtSpot: *
 * @group Global methods
 */
export declare const setEmbedConfig: (newConfig: EmbedConfig) => any;
//# sourceMappingURL=embedConfig.d.ts.map