declare const _exports: {
    brand: string;
    name: string;
    model: string;
    deviceModel: string;
    deviceBrand: string;
}[];
export = _exports;
