import 'reflect-metadata'; export declare const route: (route: string) => (target: Object, property: string) => void; export declare const inject: (dependency?: any, plugin?: any) => (target: Object, property: string) => void; export declare const getDependencies: (target: Object) => any;