import { Occ } from '@spartacus/core';
export declare const createVoucher: (additionalData?: Occ.Voucher) => Occ.Voucher;
export declare const addVoucher: (voucherId: string) => void;
export declare const deleteVoucher: (voucherCode: string) => void;
