import type { LuxGlobal } from "./global"; /** * This is the inline snippet that we ask customers to put at the top of their pages. It provides * polyfills for performance.mark/measure, registers an error handler, and allows LUX functions * to be called before the full script is loaded. */ declare var LUX: LuxGlobal; export default LUX;