declare const installModule: (url: string, username: string, password: string, file: string) => Promise; export default installModule;