/**
 * Service parameter decorator.
 *
 * @export
 * @returns {ParameterDecorator}
 */
export declare function Srv(): ParameterDecorator;
