export interface MerchantMcpSetting {
    allow_payment_if_exceed_quote_period: boolean;
    support_mcp: boolean;
}
export declare namespace MerchantMcpSetting {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=merchantMcpSetting.d.ts.map