type StarwindCleanup = { destroy(): void; }; declare function initStarwind(root?: ParentNode): StarwindCleanup; export { type StarwindCleanup, initStarwind };