/** Determines the type of a specific Quick Amount. */ export declare const CatalogQuickAmountType: { readonly QuickAmountTypeManual: "QUICK_AMOUNT_TYPE_MANUAL"; readonly QuickAmountTypeAuto: "QUICK_AMOUNT_TYPE_AUTO"; }; export type CatalogQuickAmountType = (typeof CatalogQuickAmountType)[keyof typeof CatalogQuickAmountType];