import type { PayIn, PayInAssign } from '../../../../../../entities/index.ts'; import type { HttpClient } from '../../../../../../services/index.ts'; import type { ApiError, Response } from '../../../../../types/index.ts'; declare const assignPayIn: (http: HttpClient) => { query: (input: PayInAssign) => Promise>; }; export default assignPayIn;