/// /// /// declare module 'virtual:build-info' { import type { BuildInfo } from '~/types' export const buildInfo: BuildInfo }