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