import IDevice from "./IDevice";
export default function parse(info: string, ipAddress: string): IDevice;
