import { DocumentNode } from 'graphql';
import { UpdateMethod } from '../types/update';
import { MutationObject } from '../types/mutation';
export declare function Update(mutation: MutationObject | DocumentNode | string): (target: any, name: string, _descriptor: TypedPropertyDescriptor<UpdateMethod>) => void;
