declare module "vite-plugin-shopify-theme-islands/revive" {
  /** Stops the island MutationObserver. */
  export const disconnect: () => void;
}
