import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { ApplicationType } from "./ApplicationType"; export declare const DeviceComponentDetailsApplicationDetails: core.serialization.ObjectSchema; export declare namespace DeviceComponentDetailsApplicationDetails { interface Raw { application_type?: ApplicationType.Raw | null; version?: string | null; session_location?: (string | null | undefined) | null; device_code_id?: (string | null | undefined) | null; } }