import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { DeviceAttributesDeviceType } from "./DeviceAttributesDeviceType"; export declare const DeviceAttributes: core.serialization.ObjectSchema; export declare namespace DeviceAttributes { interface Raw { type: DeviceAttributesDeviceType.Raw; manufacturer: string; model?: (string | null | undefined) | null; name?: (string | null | undefined) | null; manufacturers_id?: (string | null | undefined) | null; updated_at?: string | null; version?: string | null; merchant_token?: (string | null | undefined) | null; } }