/**
 * Will add metadata to the class to define it's module status
 * and register the WS service access and the required namespace
 * that can then be used to trigger the controller.
 * @param path Optional base path.
 * @returns ClassDecorator
 * @default
 */
export default function Controller(namespace: string): (target: any) => void;
//# sourceMappingURL=controller.d.ts.map