export declare const InjectRedis: (name?: string) => (target: Object, key: string | symbol, index?: number) => void;
