/**
 * Decorator for rest api controller.
 * Every Controller must decorate with this decorator
 */
export declare function Controller(): (target: any) => void;
