/** Informations related to phone */
export interface OldPhone {
    /** Mac address of the phone */
    mac: string;
    /** Model of the phone */
    model: string;
}
//# sourceMappingURL=OldPhone.d.ts.map