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