export declare const minSMLVersion = "2.0.0"; export declare const SMLModID = "SML"; export declare const SMLRelativePath: string; export declare function getSMLDownloadLink(version: string): string; export declare function getSMLVersion(satisfactoryPath: string): string | undefined; export declare function getModsDir(satisfactoryPath: string): string; export declare function installSML(version: string, satisfactoryPath: string): Promise; export declare function uninstallSML(satisfactoryPath: string): Promise;