import 'reflect-metadata';
/**
* Defines the Exceptions Filter. Takes setof exception types as an argument, which has to be catched by this Filter.
* The class should implements the `ExceptionFilter` interface.
*/
export declarefunctionCatch(...exceptions: any[]): ClassDecorator;