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