/**
 * Decorate the pipelineBehavior with this attribute
 *
 * @param value The request type
 */
declare const pipelineBehavior: () => (target: Function) => void;
export default pipelineBehavior;
