import { InvoiceControllerState, IGood } from '..'; /** * 设置单个商品的付款信息 */ declare const _default: (state: InvoiceControllerState, options?: IGood) => Promise; export default _default;