/** * This methods filters out elements that are not in the same shadow root of context. * It does not enforce shadow dom semantics if $context is not managed by LWC * @param context * @param unfilteredNodes */ export declare function getNonPatchedFilteredArrayOfNodes(context: Element, unfilteredNodes: Array): Array; //# sourceMappingURL=no-patch-utils.d.ts.map