import 'reflect-metadata';
import { ServerType } from '../interfaces';
export declare function RouterConfiguration(controller: any, serverType: ServerType | string): (target: any) => void;
