declare const nativeShim: (shadowWindow: Window & typeof globalThis) => void;
export default nativeShim;
