import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { CheckoutMerchantSettingsPaymentMethods } from "./CheckoutMerchantSettingsPaymentMethods"; export declare const CheckoutMerchantSettings: core.serialization.ObjectSchema; export declare namespace CheckoutMerchantSettings { interface Raw { payment_methods?: CheckoutMerchantSettingsPaymentMethods.Raw | null; updated_at?: string | null; } }