/** * Times a MatrixClient function call for metrics. * @category Metrics */ export declare function timedMatrixClientFunctionCall(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void; /** * Times an Intent function call for metrics. * @category Metrics */ export declare function timedIntentFunctionCall(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;