export interface VmwareMake {
    export(argv: any): any;
    import(argv: any): any;
    uninstallOvfTool(argv: any): any;
}
