import * as $ from "jquery"; declare global { interface JQuery { modal(action?: string): JQuery; } }