export declare function service(name: string, ...toInject: string[]): (target: any) => void;
