import { InjectableOption } from '../types'; export declare function Injectable(options?: InjectableOption): ClassDecorator;