declare const device: {
    manufacturer: string;
    model: string;
};
export { device };
