/** * Registers an action to be executed when a request comes on a given route. * Must be applied on a controller action. */ export declare function All(route?: RegExp): Function; /** * Registers an action to be executed when a request comes on a given route. * Must be applied on a controller action. */ export declare function All(route?: string): Function;