/** Distinct type of virtual mac */
export declare enum VmacTypeEnum {
    'ovh' = "ovh",
    'vmware' = "vmware"
}
//# sourceMappingURL=VmacTypeEnum.d.ts.map