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