/** Access ONT information */
export interface Ont {
    /** MAC address of the device */
    mac: string;
    /** Serial of the device */
    serial: string;
}
//# sourceMappingURL=Ont.d.ts.map