declare module 'virtual:nolebase-git-changelog' {
  import type { Changelog } from './types'

  const changelog: Changelog
  export default changelog
}
