/** * Main browser entry point demonstrating auto-generated virtual modules */ declare global { interface Window { testProducts: () => void; testCategories: () => void; } } export {}; //# sourceMappingURL=main.d.ts.map