/**
 * Инициаторы отмены счета
 */
export declare enum InvoiceCancellationPartyEnum {
    MERCHANT = "merchant",
    YOO_MONEY = "yoo_money"
}
