export {};

declare global {
  interface Window {
    __LISIO_EXTENSION_ALREADY_INJECTED__: boolean;
  }
}
