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