import { Type } from '../types/type'; import { InjectionOptions } from '../types/injection-options'; /** * Makes the class providable and available for injection. * @param options Injection options. */ export declare function Injectable(options?: Partial): (target: Type) => any; //# sourceMappingURL=injectable.d.ts.map