import { RMSDKInstance } from "."; export declare function issueVoucher(this: RMSDKInstance, accessToken: string, batchKey: string): Promise; export declare function voidVoucher(this: RMSDKInstance, accessToken: string, code: string): Promise; export declare function getVoucherByCode(this: RMSDKInstance, accessToken: string, code: string): Promise; export declare function getVoucherBatches(this: RMSDKInstance, accessToken: string): Promise; export declare function getVoucherBatchByKey(this: RMSDKInstance, accessToken: string, batchKey: string): Promise; //# sourceMappingURL=voucher.d.ts.map