import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const DeviceMetadata: core.serialization.ObjectSchema; export declare namespace DeviceMetadata { interface Raw { battery_percentage?: (string | null | undefined) | null; charging_state?: (string | null | undefined) | null; location_id?: (string | null | undefined) | null; merchant_id?: (string | null | undefined) | null; network_connection_type?: (string | null | undefined) | null; payment_region?: (string | null | undefined) | null; serial_number?: (string | null | undefined) | null; os_version?: (string | null | undefined) | null; app_version?: (string | null | undefined) | null; wifi_network_name?: (string | null | undefined) | null; wifi_network_strength?: (string | null | undefined) | null; ip_address?: (string | null | undefined) | null; } }