import { InnerObject } from './IModel'; declare global { interface Function { promise(...args: any[]): Promise; } } declare const Global: InnerObject; export { Global };