import * as Hapi from "hapi"; export declare function action(path: string, method?: Hapi.HTTP_METHODS_PARTIAL, name?: string): (target: any, key: string, descriptor: TypedPropertyDescriptor) => void;