import { InvoiceControllerState } from '..'; /** * 设置当前的编辑的付款信息 */ declare const _default: (state: InvoiceControllerState, newEditGood?: any) => Promise; export default _default;