export declare function unlockDomMutation(): void; export declare function lockDomMutation(): void; export declare function patchElementWithRestrictions(elm: Element, options: { isPortal: boolean; isLight: boolean; isSynthetic: boolean; }): void; export declare function patchShadowRootWithRestrictions(sr: ShadowRoot): void; export declare function patchCustomElementWithRestrictions(elm: HTMLElement): void; //# sourceMappingURL=restrictions.d.ts.map