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