export declare const Catch: (...exceptions: any[]) => ClassDecorator; export declare const getCaughtExceptions: (catcher: any) => any;