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