/** * 计时装饰器 */ export declare function timer(label?: string): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;