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