import { ScopeOptions } from "../types/ControllerOptions"; export declare function Injectable(options?: ScopeOptions): (constructor: any) => void;