export declare const bootstrapperModID = "bootstrapper"; export declare const bootstrapperRelativePath: string; export declare const bootstrapperDIARelativePath: string; export declare function getBootstrapperDownloadLink(version: string): string; export declare function getBootstrapperDIADownloadLink(version: string): string; export declare function getBootstrapperVersion(satisfactoryPath: string): string | undefined; export declare function installBootstrapper(version: string, satisfactoryPath: string): Promise; export declare function uninstallBootstrapper(satisfactoryPath: string): Promise;