export declare function Mutation<T extends Object>(target: T, key: string | symbol, descriptor: TypedPropertyDescriptor<(arg?: any) => void>): void;
