import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const DeviceComponentDetailsEthernetDetails: core.serialization.ObjectSchema; export declare namespace DeviceComponentDetailsEthernetDetails { interface Raw { active?: (boolean | null | undefined) | null; ip_address_v4?: (string | null | undefined) | null; mac_address?: (string | null | undefined) | null; } }