/**
 * original source: https://github.com/Georgegriff/query-selector-shadow-dom
 * Copyright by https://github.com/Georgegriff
 */
export default function querySelectorAllDeep(findMany: boolean, s: string, r: Element | Document): any;
//# sourceMappingURL=querySelectorShadowDom.d.ts.map