import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { PaymentLineItem } from "./PaymentLineItem"; export declare const CreditNoteAppliedPaymentsItem: core.serialization.Schema; export declare namespace CreditNoteAppliedPaymentsItem { type Raw = string | PaymentLineItem.Raw; }