import type { InstallOptions } from "../types";
export declare const useInstall: () => {
    options: InstallOptions;
    handleGenerateScript: (language?: string) => void;
};
