import type { InstallButton } from "./install-button.js";
export declare const connect: (button: InstallButton) => Promise<void>;
