/**
 * This function will be stringified and executed in the browser context.
 * It searches for an <iframe> element within any nested Shadow DOM that contains the given URL fragment.
 */
export default function findIframeInShadowDOM(fragment: string): HTMLIFrameElement | null;
//# sourceMappingURL=shadowDom.d.ts.map