/**
 * 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<import("../module").ActionHandler>) => TypedPropertyDescriptor<import("../module").ActionHandler>;
//# sourceMappingURL=Log.d.ts.map