import { Ipv4 } from '../Ipv4';
import { PctypeEnum } from './PctypeEnum';
/** Prism Central Config */
export interface Prismcentral {
    /** Prism Central IPs */
    ips: Ipv4[];
    /** Prism Central type */
    type: PctypeEnum;
    /** Prism Central IP */
    vip: Ipv4;
}
//# sourceMappingURL=Prismcentral.d.ts.map