export interface Polaris { VERSION: string; } declare global { interface Window { Polaris: Polaris; } }