interface IErrorLoggerOptions { logArgs: boolean; } export declare function ErrorLoggerSync(options?: IErrorLoggerOptions): (_target: Object, key: string | symbol, descriptor: PropertyDescriptor) => PropertyDescriptor; export declare function ErrorLoggerAsync(options?: IErrorLoggerOptions): (_target: Object, key: string | symbol, descriptor: PropertyDescriptor) => PropertyDescriptor; export {};