import type { Environment } from "."; declare const getWidgetV3EmbedCode: (data: Record) => string; declare const invokeV3Javascript: (environment: Environment, widgetId: string) => Promise; export { getWidgetV3EmbedCode, invokeV3Javascript }; //# sourceMappingURL=v3.d.ts.map