import { Ip } from '../Ip';
/** All the infos needed to connect yourself to your OTB */
export interface RemoteAccessConnectionInfos {
    /** IP to connect to when accessing the device remotely */
    ip?: Ip;
    /** Port to connect to when accessing the device remotely */
    port?: number;
}
//# sourceMappingURL=RemoteAccessConnectionInfos.d.ts.map