export type Environment = "staging" | "production"; type Generation = 2 | 3; interface EmbedOptions { widgetId: string; root: T; environment: Environment; version?: Generation; dataProperties: Record; } export declare function getWidgetDataUrl(env: Environment): "https://widget-data.teaser.stackla.com" | "https://widget-data.stackla.com"; export declare function getLegacyWidgetDomain(env: Environment): "widgetapp.teaser.stackla.com" | "widgetapp.stackla.com"; export declare function embed(options: EmbedOptions): Promise; export {}; //# sourceMappingURL=index.d.ts.map