export declare function Route(target: any, _: string, { value: route }: {
    value?: any;
}): void;
