import { HttpException } from "@nestjs/common"; import { Creator } from "./typings/Creator"; export declare namespace ExceptionManager { function insert(creator: Creator, closure: Closure): void; function erase(creator: Creator): boolean; type Closure = (exception: T) => HttpException; } //# sourceMappingURL=ExceptionManager.d.ts.map