import { Environment } from "."; declare const getWidgetV2EmbedCode: (data: Record) => string; declare const invokeV2Javascript: (environment: Environment) => void; export { getWidgetV2EmbedCode, invokeV2Javascript }; //# sourceMappingURL=v2.d.ts.map