/**
 * @license
 * Copyright 2022 Google Inc.
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * @internal
 */
export declare const xpathQuerySelectorAll: (root: Node, selector: string, maxResults?: number) => Iterable<Node>;
//# sourceMappingURL=XPathQuerySelector.d.ts.map