/**
 * Looks for comments, and removes them.
 *
 * @param node The node to be processed.
 */
export default function commentRemover(node: Node): void;
//# sourceMappingURL=comment-remover.d.ts.map