import 'reflect-metadata';
export declare function MethodConfigBase(name: string, middlewares?: any[], repository?: any): (target: any) => void;
