export interface HandlerRequestApplication { path: string; method: string; type: string; statusCode: number; duration: number; } //# sourceMappingURL=handler.d.ts.map