import { ts } from '../typescript'; import { NgParsedDecorator } from '../types'; export declare function getDecorators(declaration: ts.Declaration): NgParsedDecorator[]; export declare function getNgDecorator(declaration: ts.ClassDeclaration, decoratorNames?: string[]): NgParsedDecorator; export declare function getNgPropertyDecorator(declaration: ts.Declaration): NgParsedDecorator; //# sourceMappingURL=decorator.d.ts.map