import { InvoiceControllerState, IGood } from '..'; /** * 设置单个货物属性 */ declare const _default: (state: InvoiceControllerState, options?: IGood) => Promise; export default _default;