export declare function installNvda({ userProvidedInstallDirectory, }: {
    userProvidedInstallDirectory: string;
}): Promise<string>;
