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