import { RouteConfig } from '../types/route'; export declare function Route(config: RouteConfig): (target: any, property: string, desc: any) => any;