--- // Since this file will not be bundled by Tsup, it is referencing bundled files relative to dist/astro/ import type { SpeedInsightsProps } from '../index.d.ts'; type Props = Omit; const propsStr = JSON.stringify(Astro.props); const paramsStr = JSON.stringify(Astro.params); ---