export declare function InjectMetric(name: string): (target: Record<string, unknown>, key: string | symbol, index?: number | undefined) => void;
