import { Class } from './../types/class'; export declare function handle(Controller: Class, action: any): Function;