/** Credentials to access the web interface of the phone */
export interface PhoneCredentials {
    /** Username to access the web interface of the phone */
    login?: string;
    /** Password to access the web interface of the phone */
    password: string;
}
//# sourceMappingURL=PhoneCredentials.d.ts.map