import type { UrlAppWindowInterface } from './url-app-window-interface'; interface SiteAppWindowInterface extends UrlAppWindowInterface { /** * @see IMutex.acquire */ acquireLock(): Promise; }