import { INativeService } from "@noovolari/leapp-core/interfaces/i-native-service"; import { IMsalEncryptionService } from "@noovolari/leapp-core/interfaces/i-msal-encryption-service"; export declare class CliNativeService implements INativeService { url: any; fs: any; rimraf: any; os: any; ini: any; exec: any; unzip: any; copydir: any; sudo: any; path: any; semver: any; machineId: any; keytar: any; followRedirects: any; httpProxyAgent: any; httpsProxyAgent: any; process: any; nodeIpc: any; msalEncryptionService: IMsalEncryptionService; requireModule: any; hashElement: any; crypto: any; fixPath: any; tar: any; fetch: any; systemPreferences: any; constructor(); }