import { MacAddress } from '../../MacAddress';
import { NetworkingTypeEnum } from './NetworkingTypeEnum';
/** Interface or interfaces aggregation */
export interface Interfaces {
    /** Mac address or list of mac addresses */
    macs: MacAddress[];
    /** Network type */
    type: NetworkingTypeEnum;
}
//# sourceMappingURL=Interfaces.d.ts.map