export interface Handler { (req: any, res: any, next: Function): void; } //# sourceMappingURL=Http.d.ts.map