import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; export declare const AcceptedPaymentMethods: core.serialization.ObjectSchema; export declare namespace AcceptedPaymentMethods { interface Raw { apple_pay?: (boolean | null | undefined) | null; google_pay?: (boolean | null | undefined) | null; cash_app_pay?: (boolean | null | undefined) | null; afterpay_clearpay?: (boolean | null | undefined) | null; } }