import { ServiceDecoratorOptions } from './option.interfaces';
export declare function ServiceDecorator(options: ServiceDecoratorOptions): (target: any) => void;
