import type { Voucher } from '../../../../../../entities/index.ts'; import type { HttpClient } from '../../../../../../services/index.ts'; import type { ApiError, Response } from '../../../../../types/index.ts'; type AssignVoucher = { voucherId: string; params: { voucher: { state: string; associated_contracts_attributes: Record; }>; }; }; }; declare const assignVoucher: (http: HttpClient) => { query: (input: AssignVoucher) => Promise>; }; export default assignVoucher;