import { ActionOptions, HandlerFunction } from '../models';
export declare function action(name: string, options?: ActionOptions): HandlerFunction;
