blob: fb80c2c9e62d85d08f8a9ac57647de7f77368844 [file] [log] [blame]
Samuel Shuert274a4d62023-12-01 15:04:55 -05001export function install(opts?: {
2 cacheDir?: string;
3 prefix?: string;
4}): {
5 uninstall(): void;
6} | undefined;
7x