declare global {
  interface ImportMetaEnv {
    readonly PUBLIC_ORIGIN: string;
  }
}

export {};
