/** All types of filer that are available for restoring a VM */
export declare enum FilerTypeEnum {
    'nas' = "nas",
    'vsan' = "vsan"
}
//# sourceMappingURL=FilerTypeEnum.d.ts.map