import 'reflect-metadata'; export declare function Mutation(mutationName?: string): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void;