import { Pipe } from '@angular/core';
import { ClassDeclaration } from 'ts-morph';
/**
 *    Resolves the pipe decorator and return its properties.
 * @param cls - class declaration
 */
export declare function getPipeDecorator(cls: ClassDeclaration): Pipe | undefined;
