import { IActionOptions } from "./action-options"; export declare function Action(options: IActionOptions): MethodDecorator;