import type { MountSiteShellOptions } from "./types.js"; export declare function mountSiteShell({ target, siteName, repoUrl, position, }: MountSiteShellOptions): HTMLElement; //# sourceMappingURL=mountSiteShell.d.ts.map