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