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