/** Compare two TemplateNodes to determine if they are equivalent */ export declare function nodes_match(a: any, b: any): any;