/**
 * Compare two AST nodes ignoring location info and comments
 */
export declare function compareNodes(a: unknown, b: unknown): boolean;
