declare module '@/generated/build-info' {
  export const BUILD_SHA: string;
  export const BUILD_TIME: string;
}
