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