export declare const contains: (root: Node | null | undefined, n?: Node) => boolean;