import { ASTNode } from './types'; export declare function normalizeAST(node: ASTNode, ignoredTags?: string[]): void;