import { TmplAstElement } from '@angular/compiler'; export declare function isChildNodeOf(ast: TmplAstElement, childNodeName: string): boolean;