import type * as Square from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { CatalogQuickAmount } from "./CatalogQuickAmount"; import { CatalogQuickAmountsSettingsOption } from "./CatalogQuickAmountsSettingsOption"; export declare const CatalogQuickAmountsSettings: core.serialization.ObjectSchema; export declare namespace CatalogQuickAmountsSettings { interface Raw { option: CatalogQuickAmountsSettingsOption.Raw; eligible_for_auto_amounts?: (boolean | null | undefined) | null; amounts?: (CatalogQuickAmount.Raw[] | null | undefined) | null; } }