import { InvoiceControllerState } from '../'; /** * 删除一个货物 */ declare const _default: (s: InvoiceControllerState, record: any, controller: any) => Promise; export default _default;