export * from 'reflect-metadata' declare global { const context: { [index: string]: { [index: string]: (args?: any) => Promise } }; function Entry(constructor: { new(...args: any[]): {} }): any } export { }