declare var Promise: any;
declare var globalThis: any;

interface Window {
  bootbox?: {
    alert?: any;
  };
  ejecutarSqlInstalacion?: any;
}