export declare const injector: (deps?: string | string[]) => (target: any) => (...args: any[]) => any;
