declare type Decorator = (target: any, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor;
export declare const Catch: (type: any) => Decorator;
export declare const log: () => any;
export {};
//# sourceMappingURL=log.decorator.d.ts.map