/** * To add a log item for action, with execution duration, action name, and masked action parameters. */ export declare function Log(): (target: object, propertyKey: string, descriptor: TypedPropertyDescriptor) => TypedPropertyDescriptor; //# sourceMappingURL=Log.d.ts.map