import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { DeviceCode } from "./DeviceCode"; export declare const DeviceCodePairedEventObject: core.serialization.ObjectSchema; export declare namespace DeviceCodePairedEventObject { interface Raw { device_code?: DeviceCode.Raw | null; } }