export default function InjectCookie(name: string): (target: any, key?: string, index?: number) => void;
